Skip to content

Commit

Permalink
Merge pull request #3 from DoodleScheduling/bump-chart
Browse files Browse the repository at this point in the history
bump chart to v0.1.5
  • Loading branch information
raffis authored Jul 8, 2022
2 parents 0a5e6ba + f55fe16 commit 28093ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
9 changes: 6 additions & 3 deletions chart/k8soauth2-proxy-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
apiVersion: v2
appVersion: v0.1.1
description: OAUTH2 proxy kubernetes controller
appVersion: v0.1.2
description: OAUTH2 proxy kubernetes controller
home: https://github.com/DoodleScheduling/k8soauth2-proxy-controller
maintainers:
- name: devops
email: devops@doodle.com
keywords:
- kubernetes-controller
- http-proxy
Expand All @@ -10,4 +13,4 @@ keywords:
name: k8soauth2-proxy-controller
sources:
- https://github.com/DoodleScheduling/k8soauth2-proxy-controller
version: 0.1.4
version: 0.1.5
5 changes: 2 additions & 3 deletions chart/k8soauth2-proxy-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fullnameOverride: ""
image:
pullPolicy: IfNotPresent
repository: ghcr.io/doodlescheduling/k8soauth2-proxy-controller
tag:
tag:

imagePullSecrets: []

Expand All @@ -32,7 +32,7 @@ secretMounts: []
# secretName: secret
# path: /secrets

#Add additional containers (sidecars)
# Add additional containers (sidecars)
extraContainers:

podAnnotations: {}
Expand Down Expand Up @@ -123,7 +123,6 @@ podMonitor:
targetLabels: []
metricRelabelings: []
sampleLimit: 0

prometheusRule:
## If true, a PrometheusRule CRD is created for a prometheus operator
## https://github.com/coreos/prometheus-operator
Expand Down

0 comments on commit 28093ab

Please sign in to comment.