From c25e57f7caaf97b7e363aa52f60d3e1943513951 Mon Sep 17 00:00:00 2001 From: ckm007 Date: Tue, 16 Jul 2024 18:49:15 +0530 Subject: [PATCH] [MOSIP-34233] updated admin helm charts Signed-off-by: ckm007 --- deploy/install.sh | 2 +- helm/admin-hotlist/Chart.yaml | 2 +- .../templates/clusterrolebinding.yaml | 19 ------------------- helm/admin-hotlist/values.yaml | 2 +- helm/admin-service/Chart.yaml | 2 +- .../templates/clusterrolebinding.yaml | 19 ------------------- helm/admin-service/values.yaml | 2 +- helm/masterdata/Chart.yaml | 2 +- .../templates/clusterrolebinding.yaml | 19 ------------------- helm/masterdata/values.yaml | 2 +- helm/syncdata/Chart.yaml | 2 +- .../templates/clusterrolebinding.yaml | 19 ------------------- helm/syncdata/values.yaml | 2 +- 13 files changed, 9 insertions(+), 85 deletions(-) delete mode 100644 helm/admin-hotlist/templates/clusterrolebinding.yaml delete mode 100644 helm/admin-service/templates/clusterrolebinding.yaml delete mode 100644 helm/masterdata/templates/clusterrolebinding.yaml delete mode 100644 helm/syncdata/templates/clusterrolebinding.yaml diff --git a/deploy/install.sh b/deploy/install.sh index b456e528e28..c8dfc9e1cec 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -8,7 +8,7 @@ if [ $# -ge 1 ] ; then fi NS=admin -CHART_VERSION=12.0.1-develop +CHART_VERSION=12.1.0-develop echo Create $NS namespace kubectl create ns $NS diff --git a/helm/admin-hotlist/Chart.yaml b/helm/admin-hotlist/Chart.yaml index d63b40a1105..fa0af552e5a 100644 --- a/helm/admin-hotlist/Chart.yaml +++ b/helm/admin-hotlist/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-hotlist description: A Helm chart for MOSIP Admin Hotlist type: application -version: 12.1.0 +version: 12.1.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-hotlist/templates/clusterrolebinding.yaml b/helm/admin-hotlist/templates/clusterrolebinding.yaml deleted file mode 100644 index 443ca8e924e..00000000000 --- a/helm/admin-hotlist/templates/clusterrolebinding.yaml +++ /dev/null @@ -1,19 +0,0 @@ -kind: ClusterRoleBinding -apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} -metadata: - labels: {{- include "common.labels.standard" . | nindent 4 }} - {{- if .Values.commonLabels }} - {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} - {{- end }} - name: {{ template "common.names.fullname" . }} - {{- if .Values.commonAnnotations }} - annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} - {{- end }} -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: {{ template "common.names.fullname" . }} -subjects: - - kind: ServiceAccount - name: {{ template "admin-hotlist.serviceAccountName" . }} - namespace: {{ .Release.Namespace }} diff --git a/helm/admin-hotlist/values.yaml b/helm/admin-hotlist/values.yaml index 53297b8bec0..f279918baeb 100644 --- a/helm/admin-hotlist/values.yaml +++ b/helm/admin-hotlist/values.yaml @@ -52,7 +52,7 @@ service: image: registry: docker.io repository: mosipid/hotlist-service - tag: 1.2.1.0 + tag: 1.2.0.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/helm/admin-service/Chart.yaml b/helm/admin-service/Chart.yaml index 12c30e721fc..f9c5b8b00a3 100644 --- a/helm/admin-service/Chart.yaml +++ b/helm/admin-service/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: admin-service description: A Helm chart for MOSIP Admin module type: application -version: 12.1.0 +version: 12.1.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/admin-service/templates/clusterrolebinding.yaml b/helm/admin-service/templates/clusterrolebinding.yaml deleted file mode 100644 index 25ca93ae85b..00000000000 --- a/helm/admin-service/templates/clusterrolebinding.yaml +++ /dev/null @@ -1,19 +0,0 @@ -kind: ClusterRoleBinding -apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} -metadata: - labels: {{- include "common.labels.standard" . | nindent 4 }} - {{- if .Values.commonLabels }} - {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} - {{- end }} - name: {{ template "common.names.fullname" . }} - {{- if .Values.commonAnnotations }} - annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} - {{- end }} -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: {{ template "common.names.fullname" . }} -subjects: - - kind: ServiceAccount - name: {{ template "admin-service.serviceAccountName" . }} - namespace: {{ .Release.Namespace }} diff --git a/helm/admin-service/values.yaml b/helm/admin-service/values.yaml index d634bda3ff5..6346d36bf81 100644 --- a/helm/admin-service/values.yaml +++ b/helm/admin-service/values.yaml @@ -52,7 +52,7 @@ service: image: registry: docker.io repository: mosipid/admin-service - tag: 1.2.1.0 + tag: 1.2.0.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' diff --git a/helm/masterdata/Chart.yaml b/helm/masterdata/Chart.yaml index ec14c52b4b5..bda1d633992 100644 --- a/helm/masterdata/Chart.yaml +++ b/helm/masterdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: masterdata description: A Helm chart for MOSIP Masterdata module type: application -version: 12.1.0 +version: 12.1.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/masterdata/templates/clusterrolebinding.yaml b/helm/masterdata/templates/clusterrolebinding.yaml deleted file mode 100644 index 90065c68a93..00000000000 --- a/helm/masterdata/templates/clusterrolebinding.yaml +++ /dev/null @@ -1,19 +0,0 @@ -kind: ClusterRoleBinding -apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} -metadata: - labels: {{- include "common.labels.standard" . | nindent 4 }} - {{- if .Values.commonLabels }} - {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} - {{- end }} - name: {{ template "common.names.fullname" . }} - {{- if .Values.commonAnnotations }} - annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} - {{- end }} -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: {{ template "common.names.fullname" . }} -subjects: - - kind: ServiceAccount - name: {{ template "masterdata.serviceAccountName" . }} - namespace: {{ .Release.Namespace }} diff --git a/helm/masterdata/values.yaml b/helm/masterdata/values.yaml index 5de1f62c1ef..3f5b12b6fa2 100644 --- a/helm/masterdata/values.yaml +++ b/helm/masterdata/values.yaml @@ -53,7 +53,7 @@ service: image: registry: docker.io repository: mosipid/kernel-masterdata-service - tag: 1.2.1.0 + tag: 1.2.0.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images diff --git a/helm/syncdata/Chart.yaml b/helm/syncdata/Chart.yaml index cb7bfcf4f9f..9d5cec33c3e 100644 --- a/helm/syncdata/Chart.yaml +++ b/helm/syncdata/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: syncdata description: A Helm chart for MOSIP Syncdata module type: application -version: 12.1.0 +version: 12.1.0-develop appVersion: "" dependencies: - name: common diff --git a/helm/syncdata/templates/clusterrolebinding.yaml b/helm/syncdata/templates/clusterrolebinding.yaml deleted file mode 100644 index 06e8b0887f1..00000000000 --- a/helm/syncdata/templates/clusterrolebinding.yaml +++ /dev/null @@ -1,19 +0,0 @@ -kind: ClusterRoleBinding -apiVersion: {{ include "common.capabilities.rbac.apiVersion" . }} -metadata: - labels: {{- include "common.labels.standard" . | nindent 4 }} - {{- if .Values.commonLabels }} - {{- include "common.tplvalues.render" ( dict "value" .Values.commonLabels "context" $ ) | nindent 4 }} - {{- end }} - name: {{ template "common.names.fullname" . }} - {{- if .Values.commonAnnotations }} - annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }} - {{- end }} -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: {{ template "common.names.fullname" . }} -subjects: - - kind: ServiceAccount - name: {{ template "syncdata.serviceAccountName" . }} - namespace: {{ .Release.Namespace }} diff --git a/helm/syncdata/values.yaml b/helm/syncdata/values.yaml index bf119e528a2..2bf7cdf5004 100644 --- a/helm/syncdata/values.yaml +++ b/helm/syncdata/values.yaml @@ -53,7 +53,7 @@ service: image: registry: docker.io repository: mosipid/kernel-syncdata-service - tag: 1.2.1.0 + tag: 1.2.0.1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images