Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.0.5 #51

Merged
merged 6 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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