Skip to content
This repository was archived by the owner on Oct 28, 2025. It is now read-only.

Commit b8dbe9b

Browse files
authored
Changes for v0.1.3 (#697)
This release adds `imagePullSecrets` support, for pulling images from private docker registries.
1 parent fe8cad4 commit b8dbe9b

File tree

6 files changed

+15
-10
lines changed

6 files changed

+15
-10
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes
22

3+
## 0.1.3
4+
5+
This release adds `imagePullSecrets` support, for pulling images from private
6+
docker registries.
7+
38
## 0.1.2
49

510
- Dependencies bumps

charts/linkerd-failover-tests/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords:
77
kubeVersion: ">=1.20.0-0"
88
sources:
99
- https://github.com/linkerd/linkerd-failover/
10-
appVersion: 0.1.2
11-
version: 0.1.2
10+
appVersion: 0.1.3
11+
version: 0.1.3
1212
icon: https://linkerd.io/images/logo-only-200h.png
1313
maintainers:
1414
- name: Linkerd authors

charts/linkerd-failover-tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- markdownlint-disable -->
22
# linkerd-failover-tests
33

4-
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square)
4+
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
6-
![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
6+
![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)
77

88
**Homepage:** <https://linkerd.io>
99

charts/linkerd-failover/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ keywords:
77
kubeVersion: ">=1.20.0-0"
88
sources:
99
- https://github.com/linkerd/linkerd-failover/
10-
appVersion: 0.1.2
11-
version: 0.1.2
10+
appVersion: 0.1.3
11+
version: 0.1.3
1212
icon: https://linkerd.io/images/logo-only-200h.png
1313
maintainers:
1414
- name: Linkerd authors

charts/linkerd-failover/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!-- markdownlint-disable -->
22
# linkerd-failover
33

4-
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square)
4+
![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square)
55
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
6-
![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-informational?style=flat-square)
6+
![AppVersion: 0.1.3](https://img.shields.io/badge/AppVersion-0.1.3-informational?style=flat-square)
77

88
**Homepage:** <https://linkerd.io>
99

@@ -108,7 +108,7 @@ Kubernetes: `>=1.20.0-0`
108108

109109
| Key | Type | Default | Description |
110110
|-----|------|---------|-------------|
111-
| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.2"}` | Docker image |
111+
| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.3"}` | Docker image |
112112
| imagePullSecrets | list | `[]` | imagePullSecrets to apply to all ServiceAccounts for pulling images from private registries |
113113
| linkerdNamespace | string | `"linkerd"` | Namespace of the Linkerd core control-plane install |
114114
| logFormat | string | `"plain"` | Log format (`plain` or `json`) |

charts/linkerd-failover/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ logFormat: plain
1111
image:
1212
registry: cr.l5d.io/linkerd
1313
name: failover
14-
tag: 0.1.2
14+
tag: 0.1.3
1515

1616
# -- imagePullSecrets to apply to all ServiceAccounts for pulling images from
1717
# private registries

0 commit comments

Comments
 (0)