Skip to content

Commit

Permalink
Move GUI image
Browse files Browse the repository at this point in the history
  • Loading branch information
kreeuwijk committed Feb 4, 2025
1 parent c1072b2 commit b1f651c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Binary file modified stable/piraeus-operator-addon-2.7.1/charts/linstor-gui-1.8.2.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
enabled: true
image:
repository: sheldonwl/linstor-gui
repository: us-docker.pkg.dev/palette-images/packs/csi-piraeus-operator/2.7.1/linstor-gui:v1.8.2
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down
3 changes: 2 additions & 1 deletion stable/piraeus-operator-addon-2.7.1/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pack:
- image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
- image: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.13.0
- image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
- image: us-docker.pkg.dev/palette-images/packs/csi-piraeus-operator/2.7.1/linstor-gui:v1.8.2
namespace: piraeus-system
namespaceLabels:
"piraeus-system": "pod-security.kubernetes.io/enforce=privileged,pod-security.kubernetes.io/enforce-version=v{{ .spectro.system.kubernetes.version | substr 0 4 }}"
Expand All @@ -47,7 +48,7 @@ charts:
linstor-gui:
enabled: true
image:
repository: sheldonwl/linstor-gui
repository: us-docker.pkg.dev/palette-images/packs/csi-piraeus-operator/2.7.1/linstor-gui
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
Expand Down

0 comments on commit b1f651c

Please sign in to comment.