Skip to content

Commit

Permalink
bigdata-spark-watcher 0.0.3 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsteinnth authored Nov 11, 2021
1 parent 494b894 commit a1f8e31
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/bigdata-spark-watcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bigdata-spark-watcher
description: A Helm chart for the Spot Big Data Spark Watcher
type: application
version: 0.0.2
appVersion: 0.0.2
version: 0.0.3
appVersion: 0.0.3
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
sources:
Expand Down
9 changes: 8 additions & 1 deletion charts/bigdata-spark-watcher/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ rules:
- get
- list
- watch
- apiGroups:
- ""
resources:
- pods/exec
verbs:
- create
- apiGroups:
- apps
resources:
Expand All @@ -28,4 +34,5 @@ rules:
verbs:
- get
- list
- watch
- watch
- patch
2 changes: 1 addition & 1 deletion charts/bigdata-spark-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: public.ecr.aws/l8m2k1n1/netapp/bigdata-spark-watcher
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.0.2-3f128a26
tag: 0.0.3-3eac3d01

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit a1f8e31

Please sign in to comment.