Skip to content

Commit

Permalink
New base build and pull in upstream 2.1.1-0 chart (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mattsson <[email protected]>
  • Loading branch information
datamattsson authored Apr 15, 2022
1 parent ecebf8a commit cb409c8
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 11 deletions.
35 changes: 34 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
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: |
Expand Down Expand Up @@ -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"
Binary file added docs/truenas-csp-1.1.1.tgz
Binary file not shown.
6 changes: 3 additions & 3 deletions helm/charts/truenas-csp/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 3 additions & 3 deletions helm/charts/truenas-csp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions helm/charts/truenas-csp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/charts/truenas-csp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion helm/charts/truenas-csp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit cb409c8

Please sign in to comment.