diff --git a/docs/index.yaml b/docs/index.yaml index dd303f9..b07aac5 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,39 @@ apiVersion: v1 entries: truenas-csp: + - annotations: + artifacthub.io/license: MIT + artifacthub.io/links: | + - name: HPE CSI Driver for Kubernetes + url: https://scod.hpedev.io + - name: Install + url: https://github.com/hpe-storage/truenas-csp/blob/master/INSTALL.md + artifacthub.io/prerelease: "false" + apiVersion: v2 + appVersion: 2.1.1 + created: "2022-04-15T09:44:41.575426741-07:00" + dependencies: + - name: hpe-csi-driver + repository: https://hpe-storage.github.io/co-deployments + version: 2.1.1-0 + description: TrueNAS Container Storage Provider Helm chart for Kubernetes + digest: 1cd17ca5b5f23b865447f7513574157a0cd42549547ee8f1bc1e242ef75a3780 + home: https://github.com/hpe-storage/truenas-csp + icon: https://hpe-storage.github.io/truenas-csp/assets/icon.svg + keywords: + - HPE + - Storage + - CSI + maintainers: + - email: michael.mattsson@gmail.com + name: Michael Mattsson + name: truenas-csp + sources: + - https://github.com/hpe-storage/truenas-csp + type: application + urls: + - truenas-csp-1.1.1.tgz + version: 1.1.1 - annotations: artifacthub.io/license: MIT artifacthub.io/links: | @@ -67,4 +100,4 @@ entries: urls: - truenas-csp-1.0.0.tgz version: 1.0.0 -generated: "2022-01-30T18:45:32.68959745-08:00" +generated: "2022-04-15T09:44:41.573954505-07:00" diff --git a/docs/truenas-csp-1.1.1.tgz b/docs/truenas-csp-1.1.1.tgz new file mode 100644 index 0000000..b7c0e71 Binary files /dev/null and b/docs/truenas-csp-1.1.1.tgz differ diff --git a/helm/charts/truenas-csp/Chart.lock b/helm/charts/truenas-csp/Chart.lock index 19bff4b..015df8a 100644 --- a/helm/charts/truenas-csp/Chart.lock +++ b/helm/charts/truenas-csp/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: hpe-csi-driver repository: https://hpe-storage.github.io/co-deployments - version: 2.1.0 -digest: sha256:5e423cd86a91d6d5fc5f8314e192b76464615bb56f11618b4c29d406397d34c4 -generated: "2022-01-30T16:20:09.63119967-08:00" + version: 2.1.1-0 +digest: sha256:6ac5420c5e730341cf06bdcb18890be96dbdd7d05e5dc0c47b14b44e777037e1 +generated: "2022-04-15T08:45:39.807598672-07:00" diff --git a/helm/charts/truenas-csp/Chart.yaml b/helm/charts/truenas-csp/Chart.yaml index 1475c6d..8105c00 100644 --- a/helm/charts/truenas-csp/Chart.yaml +++ b/helm/charts/truenas-csp/Chart.yaml @@ -12,8 +12,8 @@ annotations: - name: Install url: https://github.com/hpe-storage/truenas-csp/blob/master/INSTALL.md artifacthub.io/prerelease: "false" -version: "1.1.0" -appVersion: "2.1.0" +version: "1.1.1" +appVersion: "2.1.1" maintainers: - name: Michael Mattsson email: michael.mattsson@gmail.com @@ -22,7 +22,7 @@ sources: home: https://github.com/hpe-storage/truenas-csp dependencies: - name: hpe-csi-driver - version: 2.1.0 + version: 2.1.1-0 repository: "https://hpe-storage.github.io/co-deployments" keywords: - HPE diff --git a/helm/charts/truenas-csp/README.md b/helm/charts/truenas-csp/README.md index 5edb407..2f71a8e 100644 --- a/helm/charts/truenas-csp/README.md +++ b/helm/charts/truenas-csp/README.md @@ -2,8 +2,6 @@ This Chart provide means to install the dependent [HPE CSI Driver for Kubernetes](https://scod.hpedev.io/csi_driver) to provide persistent storage for Kubernetes workloads using [TrueNAS Container Storage Provider](https://github.com/hpe-storage/truenas-csp). -**Note:** This is a pre-release chart! - ## Prerequisites - Upstream Kubernetes version >= 1.20 diff --git a/helm/charts/truenas-csp/charts/hpe-csi-driver-2.1.0.tgz b/helm/charts/truenas-csp/charts/hpe-csi-driver-2.1.0.tgz deleted file mode 100644 index a3dcc02..0000000 Binary files a/helm/charts/truenas-csp/charts/hpe-csi-driver-2.1.0.tgz and /dev/null differ diff --git a/helm/charts/truenas-csp/charts/hpe-csi-driver-2.1.1-0.tgz b/helm/charts/truenas-csp/charts/hpe-csi-driver-2.1.1-0.tgz new file mode 100644 index 0000000..8ddd3b9 Binary files /dev/null and b/helm/charts/truenas-csp/charts/hpe-csi-driver-2.1.1-0.tgz differ diff --git a/helm/charts/truenas-csp/templates/deployment.yaml b/helm/charts/truenas-csp/templates/deployment.yaml index 9648021..7427a4e 100644 --- a/helm/charts/truenas-csp/templates/deployment.yaml +++ b/helm/charts/truenas-csp/templates/deployment.yaml @@ -29,7 +29,7 @@ spec: - name: {{ .Chart.Name }} securityContext: {{- toYaml .Values.securityContext | nindent 12 }} - image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" + image: {{ .Values.image.repository }}:{{ default .Values.image.tag }} imagePullPolicy: {{ .Values.image.pullPolicy }} {{ if .Values.logDebug -}} env: diff --git a/helm/charts/truenas-csp/values.yaml b/helm/charts/truenas-csp/values.yaml index dfffb03..6fb1036 100644 --- a/helm/charts/truenas-csp/values.yaml +++ b/helm/charts/truenas-csp/values.yaml @@ -8,7 +8,7 @@ image: repository: quay.io/datamattsson/truenas-csp pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v2.0.0" + tag: "v2.1.1" imagePullSecrets: [] nameOverride: ""