Skip to content

Commit

Permalink
Prepare 1.14.4-rc.2
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Shumaker <[email protected]>
  • Loading branch information
LukeShu committed Jun 9, 2022
1 parent e87ed9e commit 153af3e
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion charts/ambassador/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ numbering uses [semantic versioning](http://semver.org).

(no changes yet)

## v6.9.5-rc.1
## v6.9.5-rc.2

- Update Ambassador API Gateway chart image to version v1.14.4: [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)
- Update Ambassador Edge Stack chart image to version v1.14.4: [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)
Expand Down
6 changes: 3 additions & 3 deletions charts/ambassador/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v1
appVersion: 1.14.4-rc.1
ossVersion: 1.14.4-rc.1
appVersion: 1.14.4-rc.2
ossVersion: 1.14.4-rc.2
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 6.9.5-rc.1
version: 6.9.5-rc.2
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
Expand Down
4 changes: 2 additions & 2 deletions charts/ambassador/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ security:
# rule: MustRunAsNonRoot

image:
ossTag: 1.14.4-rc.1
aesTag: 1.14.4-rc.1
ossTag: 1.14.4-rc.2
aesTag: 1.14.4-rc.2
pullPolicy: IfNotPresent
ossRepository: docker.io/datawire/ambassador
aesRepository: docker.io/datawire/aes
Expand Down
4 changes: 2 additions & 2 deletions docs/yaml/aes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ spec:
secretName: ambassador-edge-stack
containers:
- name: aes
image: docker.io/datawire/aes:1.14.4-rc.1
image: docker.io/datawire/aes:1.14.4-rc.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -653,7 +653,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/aes:1.14.4-rc.1
image: docker.io/datawire/aes:1.14.4-rc.2
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml/ambassador-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/aes:1.14.4-rc.1
image: docker.io/datawire/aes:1.14.4-rc.2
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down
4 changes: 2 additions & 2 deletions docs/yaml/ambassador/ambassador-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
path: labels
containers:
- name: ambassador
image: docker.io/datawire/ambassador:1.14.4-rc.1
image: docker.io/datawire/ambassador:1.14.4-rc.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -404,7 +404,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/ambassador:1.14.4-rc.1
image: docker.io/datawire/ambassador:1.14.4-rc.2
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/yaml/oss-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ spec:
secretName: ambassador-edge-stack
containers:
- name: aes
image: docker.io/datawire/aes:1.14.4-rc.1
image: docker.io/datawire/aes:1.14.4-rc.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/ambassador/ambassador.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ spec:
path: labels
containers:
- name: ambassador
image: docker.io/datawire/ambassador:1.14.4-rc.1
image: docker.io/datawire/ambassador:1.14.4-rc.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -404,7 +404,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/ambassador:1.14.4-rc.1
image: docker.io/datawire/ambassador:1.14.4-rc.2
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down

0 comments on commit 153af3e

Please sign in to comment.