Skip to content

Commit

Permalink
fix(chart): define namespace in serviceAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonStuff committed Apr 8, 2024
1 parent 22de638 commit aa34b28
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
17 changes: 14 additions & 3 deletions charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
apiVersion: v1
entries:
ns-object-mirror:
- apiVersion: v2
appVersion: 0.4.2
created: "2024-04-08T15:31:16.357452+09:00"
description: A Helm chart for ns-object-mirror. Copy objects from one Kubernetes
namespace to another using annotations.
digest: 3bb313074aa093053eb1e4a747c31bef790482191232bfde4b3a74d2f0f946bc
name: ns-object-mirror
type: application
urls:
- https://alexandernicholson.github.io/ns-object-mirror/charts/ns-object-mirror-0.4.2.tgz
version: 0.4.2
- apiVersion: v2
appVersion: 0.4.1
created: "2024-04-08T14:46:03.074517+09:00"
created: "2024-04-08T15:31:16.357231+09:00"
description: A Helm chart for ns-object-mirror. Copy objects from one Kubernetes
namespace to another using annotations.
digest: 03853e3f56a543c8c0c9aed383e25ba11277a711d698a2443c3da9f3c033f770
Expand All @@ -14,7 +25,7 @@ entries:
version: 0.4.1
- apiVersion: v2
appVersion: 0.4.0
created: "2024-04-08T14:46:03.074303+09:00"
created: "2024-04-08T15:31:16.356844+09:00"
description: A Helm chart for ns-object-mirror. Copy objects from one Kubernetes
namespace to another using annotations.
digest: f81d804bbe917137be13ead9608bdf1103d253172e9f14c6efdb8ea3f5d05424
Expand All @@ -23,4 +34,4 @@ entries:
urls:
- https://alexandernicholson.github.io/ns-object-mirror/charts/ns-object-mirror-0.4.0.tgz
version: 0.4.0
generated: "2024-04-08T14:46:03.073881+09:00"
generated: "2024-04-08T15:31:16.356058+09:00"
Binary file added charts/ns-object-mirror-0.4.2.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/ns-object-mirror/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.1
version: 0.4.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.4.1"
appVersion: "0.4.2"
1 change: 1 addition & 0 deletions charts/ns-object-mirror/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ .Values.serviceAccount.name }}
namespace: {{ .Values.namespace }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down

0 comments on commit aa34b28

Please sign in to comment.