Skip to content

Commit bfa0ad6

Browse files
Sync monorepo state at 9f617039448ac63b729511f77c0cb4538584547c (#57)
1 parent 7e97e8f commit bfa0ad6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

charts/userclouds-on-prem/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ NOTE: This version of th chart requires an up to date version of the UserClouds
1212
- Deduplicate console tenant ID in config
1313
- Eliminate individual service configuration files for on-premises deployments; all configuration is now managed through the Helm chart instead of being embedded in container images
1414
- Consolidate service deployments to use a unified container image, replacing the previous multi-image architecture
15+
- Set default container image repository to `ghcr.io/userclouds/userclouds` and `ghcr.io/userclouds/automatedprovisioner`
1516

1617
## 0.8.0 - 24-04-2025
1718

charts/userclouds-on-prem/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ The UserClouds services deployment uses a unified container image approach:
9999

100100
| Parameter | Description | Default |
101101
|--------------------------------------------------------|---------------------------------------------------------------------|----------------------------------------------------------------------|
102-
| `image.repository` | Image repository | `` |
102+
| `image.repository` | Image repository | `ghcr.io/userclouds/userclouds` |
103103
| `image.tag` | Image tag | `` |
104104
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
105105
| `provisionJob.additionalAnnotations` | Annotations to add to the automated provisioner job object | `{}` |
106-
| `provisionJob.image.repository` | Provision job image repository | `` |
106+
| `provisionJob.image.repository` | Provision job image repository | `ghcr.io/userclouds/automatedprovisioner` |
107107
| `serviceAccount.name` | Service account name | `userclouds-on-prem` |
108108
| `serviceAccount.iamRoleARN` | IAM role ARN | `` |
109109
| `serviceMonitor.enabled` | Create a ServiceMonitor CRD (if the CRD is available) | true |

charts/userclouds-on-prem/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
image:
2-
repository: ''
2+
repository: 'ghcr.io/userclouds/userclouds'
33
tag: ''
44
imagePullPolicy: IfNotPresent
55

66
provisionJob:
7-
repository: ''
7+
repository: 'ghcr.io/userclouds/automatedprovisioner'
88
additionalAnnotations: {}
99

1010
# We only need IAM since we write secrets to AWS Secrets Manager

0 commit comments

Comments
 (0)