Skip to content

Commit

Permalink
Changes for v0.1.3 (#697)
Browse files Browse the repository at this point in the history
This release adds `imagePullSecrets` support, for pulling images from private
docker registries.
  • Loading branch information
alpeb authored Oct 19, 2023
1 parent fe8cad4 commit b8dbe9b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## 0.1.3

This release adds `imagePullSecrets` support, for pulling images from private
docker registries.

## 0.1.2

- Dependencies bumps
Expand Down
4 changes: 2 additions & 2 deletions charts/linkerd-failover-tests/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
kubeVersion: ">=1.20.0-0"
sources:
- https://github.com/linkerd/linkerd-failover/
appVersion: 0.1.2
version: 0.1.2
appVersion: 0.1.3
version: 0.1.3
icon: https://linkerd.io/images/logo-only-200h.png
maintainers:
- name: Linkerd authors
Expand Down
4 changes: 2 additions & 2 deletions charts/linkerd-failover-tests/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- markdownlint-disable -->
# linkerd-failover-tests

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

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

Expand Down
4 changes: 2 additions & 2 deletions charts/linkerd-failover/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
kubeVersion: ">=1.20.0-0"
sources:
- https://github.com/linkerd/linkerd-failover/
appVersion: 0.1.2
version: 0.1.2
appVersion: 0.1.3
version: 0.1.3
icon: https://linkerd.io/images/logo-only-200h.png
maintainers:
- name: Linkerd authors
Expand Down
6 changes: 3 additions & 3 deletions charts/linkerd-failover/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- markdownlint-disable -->
# linkerd-failover

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

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

Expand Down Expand Up @@ -108,7 +108,7 @@ Kubernetes: `>=1.20.0-0`

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.2"}` | Docker image |
| image | object | `{"name":"failover","registry":"cr.l5d.io/linkerd","tag":"0.1.3"}` | Docker image |
| imagePullSecrets | list | `[]` | imagePullSecrets to apply to all ServiceAccounts for pulling images from private registries |
| linkerdNamespace | string | `"linkerd"` | Namespace of the Linkerd core control-plane install |
| logFormat | string | `"plain"` | Log format (`plain` or `json`) |
Expand Down
2 changes: 1 addition & 1 deletion charts/linkerd-failover/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ logFormat: plain
image:
registry: cr.l5d.io/linkerd
name: failover
tag: 0.1.2
tag: 0.1.3

# -- imagePullSecrets to apply to all ServiceAccounts for pulling images from
# private registries
Expand Down

0 comments on commit b8dbe9b

Please sign in to comment.