Skip to content

Commit

Permalink
Merge pull request #51 from HewlettPackard/release-v0.0.5
Browse files Browse the repository at this point in the history
Release v0.0.5
  • Loading branch information
bdevcich authored Jun 7, 2023
2 parents 5a2c385 + bc6f7f3 commit 92d5f61
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Docker build and push
on:
push:
branches:
- 'master'
- 'releases/v*'
- '*'
tags:
- 'v*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion charts/lustre-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

deployment:
image: "ghcr.io/hewlettpackard/lustre-csi-driver"
tag: "0.0.4"
tag: "0.0.5"
7 changes: 6 additions & 1 deletion deploy/kubernetes/base/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: lustre-csi-system

resources:
- namespace.yaml
- driver.yaml
- plugin.yaml

#patchesStrategicMerge:
#- plugin_imagepullsecret_patch.yaml

images:
- name: controller
newName: ghcr.io/hewlettpackard/lustre-csi-driver
newTag: 0.0.4
newTag: 0.0.5
10 changes: 10 additions & 0 deletions deploy/kubernetes/base/plugin_imagepullsecret_patch.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: lustre-csi-node
spec:
template:
spec:
imagePullSecrets:
- name: name_of_secret

0 comments on commit 92d5f61

Please sign in to comment.