diff --git a/IM/Chart.yaml b/IM/Chart.yaml index 93b50eb..da9635c 100644 --- a/IM/Chart.yaml +++ b/IM/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: IM description: Deploy a HA Infrastructure Manager -version: 1.6.2 +version: 1.6.3 type: application home: https://www.grycap.upv.es/im sources: diff --git a/IM/templates/im_lb_rbac.yaml b/IM/templates/im_lb_rbac.yaml index efa673a..3eb8212 100644 --- a/IM/templates/im_lb_rbac.yaml +++ b/IM/templates/im_lb_rbac.yaml @@ -4,12 +4,12 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer rules: - apiGroups: - "" @@ -63,7 +63,7 @@ rules: apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer rules: - apiGroups: - "" @@ -99,33 +99,33 @@ rules: apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer subjects: - kind: ServiceAccount - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer namespace: {{ .Release.Namespace }} - apiGroup: rbac.authorization.k8s.io kind: User - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer namespace: {{ .Release.Namespace }} roleRef: apiGroup: rbac.authorization.k8s.io kind: Role - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer subjects: - kind: ServiceAccount - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer namespace: {{ .Release.Namespace }} - apiGroup: rbac.authorization.k8s.io kind: User - name: im-load-balancer + name: {{ .Release.Namespace }}-im-load-balancer {{ end }} \ No newline at end of file diff --git a/docs/IM-1.6.3.tgz b/docs/IM-1.6.3.tgz new file mode 100644 index 0000000..6e2d238 Binary files /dev/null and b/docs/IM-1.6.3.tgz differ diff --git a/docs/index.yaml b/docs/index.yaml index 36052f3..dbb164e 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,38 @@ apiVersion: v1 entries: IM: + - apiVersion: v2 + created: "2024-05-30T09:20:51.777195091Z" + dependencies: + - name: mysql + repository: https://charts.helm.sh/stable + version: '>= 1.1.1' + - condition: vault.enabled + name: vault + repository: https://helm.releases.hashicorp.com + version: '>= 0.17.1' + - condition: mongodb.enabled + name: mongodb + repository: https://charts.bitnami.com/bitnami + version: '>= 12.1.31' + description: Deploy a HA Infrastructure Manager + digest: 8ef0b0e11cf354dfdcf616cc62aee552a5c8bc74a40a1ad7883b6e2db8aa4ef6 + home: https://www.grycap.upv.es/im + icon: https://github.com/grycap/helm-charts/raw/master/icons/im.png + keywords: + - Infrastructure Manager + - Cloud Orchestrator + - TOSCA + maintainers: + - email: micafer1@upv.es + name: Miguel Caballer + name: IM + sources: + - https://github.com/grycap/im + type: application + urls: + - https://grycap.github.io/helm-charts/IM-1.6.3.tgz + version: 1.6.3 - apiVersion: v2 created: "2024-04-10T10:05:48.594751554Z" dependencies: