We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d7bddb + cd1c3a0 commit 1fb0001Copy full SHA for 1fb0001
charts/runtime/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: runtime
3
description: Sets up the basic dependencies needed to get a network stack running
4
type: application
5
-version: 0.1.30
+version: 0.1.31
6
appVersion: "0.1.0"
7
dependencies:
8
- name: external-dns
charts/runtime/charts/plural-certmanager-webhook/values.yaml
@@ -13,8 +13,8 @@ certManager:
13
serviceAccountName: cert-manager
14
15
image:
16
- repository: dkr.plural.sh/bootstrap/plural-certmanager-webhook
17
- tag: 0.1.5
+ repository: ghcr.io/pluralsh/plural-certmanager-webhook
+ tag: 0.1.6
18
pullPolicy: Always
19
20
nameOverride: ""
0 commit comments