Skip to content

Commit

Permalink
Bump: ChartVersion 0.11.5. AppVersion 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tuite committed Jul 16, 2020
1 parent 67685d2 commit d56cef1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions helm_chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ description: Get Helm notifications in your team chat
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.
version: 0.11.3
version: 0.11.5
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 0.11.3
appVersion: 0.11.4
sources:
- https://github.com/RoadieHQ/kubewise
maintainers:
Expand Down
16 changes: 8 additions & 8 deletions helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: us.gcr.io/larder-prod/kubewise
tag: 0.11.3
tag: 0.11.4
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -40,12 +40,12 @@ rbac:
clusterRole:
create: true
podSecurityContext: {}
# fsGroup: 2000
# fsGroup: 2000

securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000

0 comments on commit d56cef1

Please sign in to comment.