Skip to content

Commit

Permalink
Release operator version v1.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Wilson <[email protected]>
  • Loading branch information
aaronnw committed Oct 22, 2024
1 parent 10064d4 commit 626658b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ build-installer-helm: require-img require-version helm helmify build-installer

.PHONY: release
release: build-installer-helm
git add ../charts config/manager/kustomization.yaml
git add ../pages/charts config/manager/kustomization.yaml
git commit -s -m "Release operator version $(VERSION)"
git tag $(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion operator/config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: aistorage/ais-operator
newTag: latest
newTag: v1.5.0
Binary file added pages/charts/ais-operator-1.5.0.tgz
Binary file not shown.
14 changes: 12 additions & 2 deletions pages/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
apiVersion: v1
entries:
ais-operator:
- apiVersion: v2
appVersion: 1.5.0
created: "2024-10-22T10:53:52.917122-05:00"
description: A Helm chart for Kubernetes
digest: 5e916efc97bad56df72aa35350b8bb6a90304bf060df05811572e37e731c7833
name: ais-operator
type: application
urls:
- https://NVIDIA.github.io/ais-k8s/charts/ais-operator-1.5.0.tgz
version: 1.5.0
- apiVersion: v2
appVersion: 1.4.1
created: "2024-10-17T21:14:44.290832-05:00"
created: "2024-10-22T10:53:52.916092-05:00"
description: A Helm chart for Kubernetes
digest: 047ee513468d4a021faae41c1308234f688b903aa2f4be69c7a68c3478513415
name: ais-operator
type: application
urls:
- https://NVIDIA.github.io/ais-k8s/charts/ais-operator-1.4.1.tgz
version: 1.4.1
generated: "2024-10-17T21:14:44.289943-05:00"
generated: "2024-10-22T10:53:52.915061-05:00"

0 comments on commit 626658b

Please sign in to comment.