Skip to content

Commit

Permalink
Updating and manifest images for v1.13.10
Browse files Browse the repository at this point in the history
Signed-off-by: Aidan Hahn <[email protected]>
  • Loading branch information
aidanhahn committed Jul 28, 2021
1 parent 17c6bb2 commit e0ccdd6
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 deletions.
5 changes: 5 additions & 0 deletions charts/ambassador/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ numbering uses [semantic versioning](http://semver.org).

(no changes yet)

## v6.7.13

- Update Ambassador API Gateway chart image to version v1.13.10: [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)
- Update Ambassador Edge Stack chart image to version v1.13.10: [CHANGELOG](https://github.com/emissary-ingress/emissary/blob/master/CHANGELOG.md)

## v6.7.12

- Update Ambassador API Gateway chart image to version v1.13.9: [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.13.9
ossVersion: 1.13.9
appVersion: 1.13.10
ossVersion: 1.13.10
description: A Helm chart for Datawire Ambassador
name: ambassador
version: 6.7.12
version: 6.7.13
icon: https://www.getambassador.io/images/logo.png
home: https://www.getambassador.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/ambassador/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following tables lists the configurable parameters of the Ambassador chart a
| `envRaw` | Additional environment variables in raw YAML format | `{}` |
| `image.pullPolicy` | Ambassador image pull policy | `IfNotPresent` |
| `image.repository` | Ambassador image | `docker.io/datawire/aes` |
| `image.tag` | Ambassador image tag | `1.13.9` |
| `image.tag` | Ambassador image tag | `1.13.10` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `namespace.name` | Set the `AMBASSADOR_NAMESPACE` environment variable | `metadata.namespace` |
| `scope.singleNamespace` | Set the `AMBASSADOR_SINGLE_NAMESPACE` environment variable and create namespaced RBAC if `rbac.enabled: true` | `false` |
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.13.9
aesTag: 1.13.9
ossTag: 1.13.10
aesTag: 1.13.10
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 @@ -406,7 +406,7 @@ spec:
secretName: ambassador-edge-stack
containers:
- name: aes
image: docker.io/datawire/aes:1.13.9
image: docker.io/datawire/aes:1.13.10
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -608,7 +608,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/aes:1.13.9
image: docker.io/datawire/aes:1.13.10
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 @@ -131,7 +131,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/aes:1.13.9
image: docker.io/datawire/aes:1.13.10
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 @@ -170,7 +170,7 @@ spec:
path: labels
containers:
- name: ambassador
image: docker.io/datawire/ambassador:1.13.9
image: docker.io/datawire/ambassador:1.13.10
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -359,7 +359,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/ambassador:1.13.9
image: docker.io/datawire/ambassador:1.13.10
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 @@ -124,7 +124,7 @@ spec:
secretName: ambassador-edge-stack
containers:
- name: aes
image: docker.io/datawire/aes:1.13.9
image: docker.io/datawire/aes:1.13.10
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 @@ -170,7 +170,7 @@ spec:
path: labels
containers:
- name: ambassador
image: docker.io/datawire/ambassador:1.13.9
image: docker.io/datawire/ambassador:1.13.10
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down Expand Up @@ -359,7 +359,7 @@ spec:
serviceAccountName: ambassador-agent
containers:
- name: agent
image: docker.io/datawire/ambassador:1.13.9
image: docker.io/datawire/ambassador:1.13.10
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down

0 comments on commit e0ccdd6

Please sign in to comment.