Skip to content

Commit

Permalink
Merge pull request #962 from RedHatInsights/mknop/update_images
Browse files Browse the repository at this point in the history
updating caddy and mocktitlements
  • Loading branch information
psav authored Mar 26, 2024
2 parents 5090e31 + 3f1b7ce commit f189f1a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ kustomize: ## Download kustomize locally if necessary.

ENVTEST = $(shell pwd)/bin/setup-envtest
envtest: ## Download envtest-setup locally if necessary.
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@latest)
$(call go-install-tool,$(ENVTEST),sigs.k8s.io/controller-runtime/tools/setup-envtest@d0396a3d6f9fb554ef2da382a3d0bf05f7565e65)

# go-install-tool will 'go install' any package $2 and install it to $1.
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
Expand Down
4 changes: 2 additions & 2 deletions controllers/cloud.redhat.com/providers/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
"github.com/RedHatInsights/rhc-osdk-utils/utils"
)

var DefaultImageCaddySideCar = "quay.io/cloudservices/crc-caddy-plugin:a988cd2"
var DefaultImageCaddySideCar = "quay.io/cloudservices/crc-caddy-plugin:39a1c9e"
var DefaultImageCaddyGateway = DefaultImageCaddySideCar
var DefaultImageMBOP = "quay.io/cloudservices/mbop:959d00d"
var DefaultImageMocktitlements = "quay.io/cloudservices/mocktitlements:81fd80e"
var DefaultImageMocktitlements = "quay.io/cloudservices/mocktitlements:89adf1b"
var DefaultKeyCloakVersion = "23.0.1"
var DefaultImageCaddyProxy = "quay.io/cloudservices/caddy-ubi:latest"
var DefaultImageKeyCloak = fmt.Sprintf("quay.io/keycloak/keycloak:%s", DefaultKeyCloakVersion)
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 @@ -82,11 +82,11 @@ spec:
annotations:
clowder/authsidecar-config: caddy-config-mocktitlements
clowder/authsidecar-enabled: "true"
clowder/authsidecar-image: quay.io/cloudservices/crc-caddy-plugin:a988cd2
clowder/authsidecar-image: quay.io/cloudservices/crc-caddy-plugin:39a1c9e
clowder/authsidecar-port: "8090"
spec:
containers:
- image: quay.io/cloudservices/mocktitlements:81fd80e
- image: quay.io/cloudservices/mocktitlements:89adf1b
---
apiVersion: cert-manager.io/v1
kind: Certificate
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/cloudservices/crc-caddy-plugin:a988cd2
clowder/authsidecar-image: quay.io/cloudservices/crc-caddy-plugin:39a1c9e
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/cloudservices/crc-caddy-plugin:a988cd2
clowder/authsidecar-image: quay.io/cloudservices/crc-caddy-plugin:39a1c9e
spec:
serviceAccountName: puptoo-2paths-processor
status:
Expand Down

0 comments on commit f189f1a

Please sign in to comment.