Skip to content

Commit

Permalink
chore: pull cosi-driver-nutanix from m/charts
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Gupta Akirala <[email protected]>
  • Loading branch information
takirala committed Jan 21, 2025
1 parent d22198e commit 1553830
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 17 deletions.
15 changes: 2 additions & 13 deletions services/cosi-driver-nutanix/0.0.4/cosi-driver-nutanix.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: cosi-driver-nutanix
namespace: kommander-flux
spec:
interval: 5m0s
# TODO(takirala): Use HelmRepository instead of OCIRepository so that this works in air-gapped environments.
url: oci://ghcr.io/nutanix-cloud-native/chart/cosi-driver-nutanix
type: oci
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
Expand All @@ -21,9 +10,9 @@ spec:
chart: cosi-driver-nutanix
sourceRef:
kind: HelmRepository
name: cosi-driver-nutanix
name: mesosphere.github.io-charts-staging
namespace: kommander-flux
version: 0.0.4
version: 0.0.5
interval: 15s
install:
crds: CreateReplace
Expand Down
6 changes: 3 additions & 3 deletions services/cosi-driver-nutanix/0.0.4/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: cloudnative-pg-0.23.0-d2iq-defaults
name: cosi-driver-nutanix-0.0.4-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand All @@ -11,9 +11,9 @@ data:
objectstorageProvisionerSidecar:
image:
registry: gcr.io
# We can keep this in sync with the sidecar that is deploy in CephCOSIDriver to avoid duplicate images in airgapped bundle.
# keep this in sync with the sidecar that is deployed in CephCOSIDriver to avoid duplicate images in airgapped bundle.
repository: k8s-staging-sig-storage/objectstorage-sidecar
tag: v20240513-v0.1.0-35-gefb3255
tag: v20250117-a29e5f6
pullPolicy: IfNotPresent
cosi-bucket-kit-values.yaml: |-
cosiBucketKit:
Expand Down
1 change: 1 addition & 0 deletions services/rook-ceph-cluster/1.15.5/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ data:
namespace: ${releaseNamespace}
spec:
deploymentStrategy: Auto
objectProvisionerImage: gcr.io/k8s-staging-sig-storage/objectstorage-sidecar:v20250117-a29e5f6
adminuser:
enabled: true
name: cosi-admin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
quay.io/ceph/cosi:v0.1.2
gcr.io/k8s-staging-sig-storage/objectstorage-sidecar:v20240513-v0.1.0-35-gefb3255
gcr.io/k8s-staging-sig-storage/objectstorage-sidecar:v20250117-a29e5f6

0 comments on commit 1553830

Please sign in to comment.