Skip to content

Commit

Permalink
Merge pull request #661 from RedHatInsights/psav/update_crc_caddy
Browse files Browse the repository at this point in the history
Update crccaddy
  • Loading branch information
psav authored Jul 12, 2022
2 parents bbbc4f3 + 5b192d6 commit 831258c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -19,7 +19,7 @@ import (
"k8s.io/apimachinery/pkg/util/intstr"
)

var IMAGE_CADDY_SIDECAR_DEFAULT = "quay.io/cloudservices/crc-caddy-plugin:3ba6be7"
var IMAGE_CADDY_SIDECAR_DEFAULT = "quay.io/cloudservices/crc-caddy-plugin:eaed6c2"
var IMAGE_MBOP_DEFAULT = "quay.io/cloudservices/mbop:0d3f99f"
var IMAGE_MOCKTITLEMENTS_DEFAULT = "quay.io/cloudservices/mocktitlements:130433d"
var KEYCLOAK_VERSION_DEFAULT = "15.0.2"
Expand Down
4 changes: 2 additions & 2 deletions tests/kuttl/test-ephemeral-gateway/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
clowder/authsidecar-config: caddy-config-puptoo-processor
clowder/authsidecar-enabled: "true"
clowder/authsidecar-port: "8000"
clowder/authsidecar-image: quay.io/cloudservices/crc-caddy-plugin:3ba6be7
clowder/authsidecar-image: quay.io/cloudservices/crc-caddy-plugin:eaed6c2
spec:
serviceAccountName: puptoo-processor
status:
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
annotations:
clowder/authsidecar-config: caddy-config-mocktitlements
clowder/authsidecar-enabled: "true"
clowder/authsidecar-image: quay.io/cloudservices/crc-caddy-plugin:3ba6be7
clowder/authsidecar-image: quay.io/cloudservices/crc-caddy-plugin:eaed6c2
clowder/authsidecar-port: "8090"
spec:
containers:
Expand Down

0 comments on commit 831258c

Please sign in to comment.