Skip to content

Commit

Permalink
bump Caddy sidecar image
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Oct 28, 2024
1 parent efaaafa commit 041acae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion controllers/cloud.redhat.com/providers/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/RedHatInsights/rhc-osdk-utils/utils"
)

var DefaultImageCaddySideCar = "quay.io/redhat-services-prod/hcm-eng-prod-tenant/crc-caddy-plugin:e9fdc0a"
var DefaultImageCaddySideCar = "quay.io/redhat-services-prod/hcm-eng-prod-tenant/crc-caddy-plugin:b314a15"
var DefaultImageCaddyGateway = DefaultImageCaddySideCar
var DefaultImageMBOP = "quay.io/cloudservices/mbop:4fbb291"
var DefaultImageMocktitlements = "quay.io/cloudservices/mocktitlements:2d55a98"
Expand Down
2 changes: 1 addition & 1 deletion tests/kuttl/test-ephemeral-gateway/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
annotations:
clowder/authsidecar-config: caddy-config-mocktitlements
clowder/authsidecar-enabled: "true"
clowder/authsidecar-image: quay.io/redhat-services-prod/hcm-eng-prod-tenant/crc-caddy-plugin:e9fdc0a
clowder/authsidecar-image: quay.io/redhat-services-prod/hcm-eng-prod-tenant/crc-caddy-plugin:b314a15
clowder/authsidecar-port: "8090"
spec:
containers:
Expand Down
4 changes: 2 additions & 2 deletions tests/kuttl/test-ephemeral-gateway/03-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
clowder/authsidecar-config: caddy-config-puptoo-processor
clowder/authsidecar-enabled: "true"
clowder/authsidecar-port: "8000"
clowder/authsidecar-image: quay.io/redhat-services-prod/hcm-eng-prod-tenant/crc-caddy-plugin:e9fdc0a
clowder/authsidecar-image: quay.io/redhat-services-prod/hcm-eng-prod-tenant/crc-caddy-plugin:b314a15
spec:
serviceAccountName: puptoo-processor
status:
Expand All @@ -36,7 +36,7 @@ spec:
clowder/authsidecar-config: caddy-config-puptoo-2paths-processor
clowder/authsidecar-enabled: "true"
clowder/authsidecar-port: "8000"
clowder/authsidecar-image: quay.io/redhat-services-prod/hcm-eng-prod-tenant/crc-caddy-plugin:e9fdc0a
clowder/authsidecar-image: quay.io/redhat-services-prod/hcm-eng-prod-tenant/crc-caddy-plugin:b314a15
spec:
serviceAccountName: puptoo-2paths-processor
status:
Expand Down

0 comments on commit 041acae

Please sign in to comment.