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.
1 parent 8b8b882 commit 47398feCopy full SHA for 47398fe
charts/userclouds-on-prem/CHANGELOG.md
@@ -3,6 +3,7 @@
3
## 1.1.0 - UNRELEASED
4
5
- Remove DNS client type from config.
6
+- Fix values file, default image repository for provisionJob
7
8
## 1.0.0 - 20-05-2025
9
charts/userclouds-on-prem/values.yaml
@@ -4,7 +4,8 @@ image:
imagePullPolicy: IfNotPresent
provisionJob:
- repository: 'ghcr.io/userclouds/automatedprovisioner'
+ image:
+ repository: 'ghcr.io/userclouds/automatedprovisioner'
additionalAnnotations: {}
10
11
# We only need IAM since we write secrets to AWS Secrets Manager
0 commit comments