Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
Signed-off-by: huabing zhao <zhaohuabing@gmail.com>
  • Loading branch information
zhaohuabing committed May 15, 2024
1 parent a526eb1 commit ce27966
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion test/helm/deployment-images-config.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
deployment:
envoyGateway:
image:
repository: private-hub/envoyproxy/gateway-fips
repository: private-hub/envoyproxy/gateway
tag: abcdef12
imagePullPolicy: IfNotPresent
imagePullSecrets:
Expand Down
6 changes: 3 additions & 3 deletions test/helm/deployment-images-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ data:
container:
image: docker.io/envoyproxy/ratelimit:master
shutdownManager:
image: private-hub/envoyproxy/gateway-fips:abcdef12
image: private-hub/envoyproxy/gateway:abcdef12
type: Kubernetes
---
# Source: gateway-helm/templates/envoy-gateway-rbac.yaml
Expand Down Expand Up @@ -374,7 +374,7 @@ spec:
fieldPath: metadata.namespace
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: private-hub/envoyproxy/gateway-fips:abcdef12
image: private-hub/envoyproxy/gateway:abcdef12
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -525,7 +525,7 @@ spec:
fieldPath: metadata.namespace
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: private-hub/envoyproxy/gateway-fips:abcdef12
image: private-hub/envoyproxy/gateway:abcdef12
imagePullPolicy: IfNotPresent
name: envoy-gateway-certgen
imagePullSecrets:
Expand Down
4 changes: 2 additions & 2 deletions test/helm/global-images-config.in.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
global:
images:
envoyGateway:
image: "private-hub/envoyproxy/gateway-fips:abcdef12"
image: "private-hub/envoyproxy/gateway:abcdef12"
pullPolicy: Always
imagePullSecrets:
- name: "secret1"
- name: "secret2"
ratelimit:
image: "private-hub/envoyproxy/ratelimit-fips:test"
image: "private-hub/envoyproxy/ratelimit:test"
8 changes: 4 additions & 4 deletions test/helm/global-images-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ data:
kubernetes:
rateLimitDeployment:
container:
image: private-hub/envoyproxy/ratelimit-fips:test
image: private-hub/envoyproxy/ratelimit:test
shutdownManager:
image: private-hub/envoyproxy/gateway-fips:abcdef12
image: private-hub/envoyproxy/gateway:abcdef12
type: Kubernetes
---
# Source: gateway-helm/templates/envoy-gateway-rbac.yaml
Expand Down Expand Up @@ -374,7 +374,7 @@ spec:
fieldPath: metadata.namespace
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: private-hub/envoyproxy/gateway-fips:abcdef12
image: private-hub/envoyproxy/gateway:abcdef12
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -525,7 +525,7 @@ spec:
fieldPath: metadata.namespace
- name: KUBERNETES_CLUSTER_DOMAIN
value: cluster.local
image: private-hub/envoyproxy/gateway-fips:abcdef12
image: private-hub/envoyproxy/gateway:abcdef12
imagePullPolicy: Always
name: envoy-gateway-certgen
imagePullSecrets:
Expand Down

0 comments on commit ce27966

Please sign in to comment.