Push to more Registries

Fixes #14
This commit is contained in:
2023-04-22 15:15:53 +02:00
parent 9c1c7417e1
commit 16040bf87a
4 changed files with 24 additions and 5 deletions

View File

@ -4,7 +4,7 @@ description: Deploy the Bitwarden CRD Operator
type: application
version: "v0.5.4"
version: "v0.6.0"
appVersion: "0.5.4"
@ -95,7 +95,7 @@ annotations:
artifacthub.io/operator: "true"
artifacthub.io/changes: |
- kind: changed
description: "Bump Alpine base image from 3.17.2 to 3.17.3"
description: "Default image registry to ghcr.io and no longer docker hub. docker hub images will continue to be published"
artifacthub.io/images: |
- name: bitwarden-crd-operator
image: lerentis/bitwarden-crd-operator:0.5.4
image: ghcr.io/lerentis/bitwarden-crd-operator:0.5.4

View File

@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: lerentis/bitwarden-crd-operator
repository: ghcr.io/lerentis/bitwarden-crd-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
# tag: "0.1.0"