Skip to content

Commit

Permalink
image registry fix
Browse files Browse the repository at this point in the history
  • Loading branch information
canaykin committed Apr 19, 2024
1 parent ef539a1 commit dc05aae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ OS ?= $(shell $(GO) env GOOS)
ARCH ?= $(shell $(GO) env GOARCH)

IMAGE_NAME := "iits-consulting/cert-manager-webhook-opentelekomcloud"
IMAGE_TAG ?= "v0.1.3"
IMAGE_TAG ?= "v0.1.4"

OUT := $(shell pwd)/_out

Expand Down
4 changes: 2 additions & 2 deletions charts/cert-manager-webhook-opentelekomcloud/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "v0.1.3"
appVersion: "v0.1.4"
description: ACME DNS01 solver webhook for Open Telekom Cloud DNS
name: cert-manager-webhook-opentelekomcloud
version: 0.1.3
version: 0.1.4
4 changes: 2 additions & 2 deletions charts/cert-manager-webhook-opentelekomcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ certManager:
serviceAccountName: cert-manager

image:
repository: iits-consulting/cert-manager-webhook-opentelekomcloud
tag: v0.1.3
repository: ghcr.io/iits-consulting/cert-manager-webhook-opentelekomcloud
tag: v0.1.4
pullPolicy: IfNotPresent

replicaCount: 1
Expand Down

0 comments on commit dc05aae

Please sign in to comment.