Skip to content

Commit

Permalink
manifest for 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: SRIKUMAR VENUGOPAL <[email protected]>
  • Loading branch information
srikumar003 committed Jul 18, 2022
1 parent 31a98b3 commit f663480
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DATASET_OPERATOR_NAMESPACE=dlf

COMMON_IMAGE_TAG ?= latest

HELM_IMAGE_TAGS = --set global.namespaceYaml="true" --set csi-nfs-chart.csinfs.tag=$(COMMON_IMAGE_TAG) --set csi-s3-chart.csis3.tag=$(COMMON_IMAGE_TAG) --set dataset-operator-chart.generatekeys.tag=$(COMMON_IMAGE_TAG) --set dataset-operator-chart.datasetoperator.tag=$(COMMON_IMAGE_TAG)
HELM_IMAGE_TAGS = --set global.namespaceYaml="true" --set csi-nfs-chart.csinfs.tag=$(COMMON_IMAGE_TAG) --set csi-s3-chart.csis3.tag=$(COMMON_IMAGE_TAG)

manifests:
helm template $(HELM_IMAGE_TAGS) --namespace=$(DATASET_OPERATOR_NAMESPACE) --name-template=default --set csi-h3-chart.enabled="false" chart/ > release-tools/manifests/dlf.yaml
Expand Down
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dataset-operator-chart:
# dockerRegistrySecret: "anothersecret"
generatekeys:
image: "generate-keys"
tag: "latest"
tag: "0.3.0"
datasetoperator:
image: "dataset-operator"
tag: "latest"
tag: "0.3.0"
4 changes: 2 additions & 2 deletions release-tools/manifests/dlf-ibm-k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,15 +1209,15 @@ spec:
serviceAccountName: dataset-operator
initContainers:
- name: generate-keys
image: "quay.io/datashim-io/generate-keys:latest"
image: "quay.io/datashim-io/generate-keys:0.3.0"
imagePullPolicy: Always
env:
- name: DATASET_OPERATOR_NAMESPACE
value: dlf
containers:
- name: dataset-operator
# Replace this with the built image name
image: "quay.io/datashim-io/dataset-operator:latest"
image: "quay.io/datashim-io/dataset-operator:0.3.0"
command:
- /manager
imagePullPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions release-tools/manifests/dlf-ibm-oc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,15 +1012,15 @@ spec:
serviceAccountName: dataset-operator
initContainers:
- name: generate-keys
image: "quay.io/datashim-io/generate-keys:latest"
image: "quay.io/datashim-io/generate-keys:0.3.0"
imagePullPolicy: Always
env:
- name: DATASET_OPERATOR_NAMESPACE
value: dlf
containers:
- name: dataset-operator
# Replace this with the built image name
image: "quay.io/datashim-io/dataset-operator:latest"
image: "quay.io/datashim-io/dataset-operator:0.3.0"
command:
- /manager
imagePullPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions release-tools/manifests/dlf-oc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,15 +1012,15 @@ spec:
serviceAccountName: dataset-operator
initContainers:
- name: generate-keys
image: "quay.io/datashim-io/generate-keys:latest"
image: "quay.io/datashim-io/generate-keys:0.3.0"
imagePullPolicy: Always
env:
- name: DATASET_OPERATOR_NAMESPACE
value: dlf
containers:
- name: dataset-operator
# Replace this with the built image name
image: "quay.io/datashim-io/dataset-operator:latest"
image: "quay.io/datashim-io/dataset-operator:0.3.0"
command:
- /manager
imagePullPolicy: Always
Expand Down
4 changes: 2 additions & 2 deletions release-tools/manifests/dlf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1012,15 +1012,15 @@ spec:
serviceAccountName: dataset-operator
initContainers:
- name: generate-keys
image: "quay.io/datashim-io/generate-keys:latest"
image: "quay.io/datashim-io/generate-keys:0.3.0"
imagePullPolicy: Always
env:
- name: DATASET_OPERATOR_NAMESPACE
value: dlf
containers:
- name: dataset-operator
# Replace this with the built image name
image: "quay.io/datashim-io/dataset-operator:latest"
image: "quay.io/datashim-io/dataset-operator:0.3.0"
command:
- /manager
imagePullPolicy: Always
Expand Down

0 comments on commit f663480

Please sign in to comment.