Skip to content

Commit

Permalink
make generate
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
Flynn committed Jan 25, 2022
1 parent 26188bb commit ab3483f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions charts/edge-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: emissary-ingress
repository: https://s3.amazonaws.com/datawire-static-files/charts-dev
version: 7.2.2-rc.0
digest: sha256:3c2a6e81b6565cab0269057062fde04f2b48781205df78b5248ac1d7f2f4e453
generated: "2022-01-24T18:57:46.694346-05:00"
repository: https://s3.amazonaws.com/datawire-static-files/charts
version: 7.2.2
digest: sha256:43fd13e494c74484656c6a811f8474b6a227c896c1b42e75f46f5fe2f23c09b8
generated: "2022-01-25T18:57:51.910303-05:00"
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4746,7 +4746,7 @@ spec:
serviceAccountName: emissary-apiext
containers:
- name: emissary-apiext
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
command: [ "apiext", "emissary-apiext" ]
ports:
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-defaultns-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/edge-stack/aes-defaultns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down Expand Up @@ -581,7 +581,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion manifests/edge-stack/aes-emissaryns-migration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/edge-stack/aes-emissaryns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down Expand Up @@ -589,7 +589,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
4 changes: 2 additions & 2 deletions manifests/edge-stack/aes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ spec:
serviceAccountName: edge-stack-agent
containers:
- name: agent
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
command: [agent]
env:
Expand Down Expand Up @@ -589,7 +589,7 @@ spec:

containers:
- name: aes
image: docker.io/datawire/aes:2.1.2-rc.0
image: docker.io/datawire/aes:2.1.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down

0 comments on commit ab3483f

Please sign in to comment.