Skip to content

Commit

Permalink
bump version to current (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
wasaga authored Sep 2, 2022
1 parent f450308 commit 81142c1
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 83 deletions.
4 changes: 2 additions & 2 deletions charts/pomerium/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: pomerium
version: 32.0.5
version: 32.0.6
appVersion: v0.18.0
home: http://www.pomerium.com/
icon: https://www.pomerium.com/img/icon.svg
Expand All @@ -23,7 +23,7 @@ sources:
engine: gotpl
dependencies:
- name: redis
version: "17.0.9"
version: '17.0.9'
repository: https://charts.bitnami.com/bitnami
condition: redis.enabled

Expand Down
162 changes: 81 additions & 81 deletions charts/pomerium/values.yaml
Original file line number Diff line number Diff line change
@@ -1,56 +1,56 @@
# For detailed explanation of each of the configuration settings see
# https://www.pomerium.io/reference/

nameOverride: ""
fullnameOverride: ""
nameOverride: ''
fullnameOverride: ''

# settings that are shared by all services
config:
# routes under this wildcard domain are handled by pomerium
rootDomain: corp.beyondperimeter.com
existingSecret: ""
existingCASecret: ""
existingSecret: ''
existingCASecret: ''
ca:
cert: ""
key: ""
sharedSecret: ""
cookieSecret: ""
cert: ''
key: ''
sharedSecret: ''
cookieSecret: ''
forceGenerateServiceSecrets: false
existingSharedSecret: ""
existingSharedSecret: ''
generateTLS: true
generateTLSAnnotations: {}
forceGenerateTLS: false
generateSigningKey: true
forceGenerateSigningKey: false
extraOpts: {}
existingPolicy: ""
existingPolicy: ''
insecure: false
insecureProxy: false
administrators: ""
administrators: ''
routes: []
existingSigningKeySecret: ""
signingKey: ""
existingSigningKeySecret: ''
signingKey: ''
extraSecretLabels: {}
extraSharedSecretLabels: {}

authenticate:
name: ""
fullnameOverride: ""
nameOverride: ""
existingTLSSecret: ""
existingExternalTLSSecret: ""
name: ''
fullnameOverride: ''
nameOverride: ''
existingTLSSecret: ''
existingExternalTLSSecret: ''
proxied: true
# see https://www.pomerium.io/docs/identity-providers.html
idp:
provider: google
clientID: "REPLACE_ME"
clientSecret: "REPLACE_ME"
url: ""
scopes: ""
serviceAccount: ""
clientID: 'REPLACE_ME'
clientSecret: 'REPLACE_ME'
url: ''
scopes: ''
serviceAccount: ''
tls:
cert: ""
key: ""
cert: ''
key: ''
defaultSANList: []
defaultIPList: []
replicaCount: 1
Expand All @@ -65,31 +65,31 @@ authenticate:
minAvailable: 1
service:
annotations: {}
nodePort: ""
nodePort: ''
type: ClusterIP
deployment:
annotations: {}
extraEnv: {}
podAnnotations: {}
serviceAccount:
annotations: {}
nameOverride: ""
nameOverride: ''
ingress:
# cert-manager example
# annotations:
# cert-manager.io/cluster-issuer: letsencrypt-prod
annotations: {}
tls:
secretName: ""
secretName: ''
# secretName: authenticate-ingress-tls

authorize:
fullnameOverride: ""
nameOverride: ""
existingTLSSecret: ""
fullnameOverride: ''
nameOverride: ''
existingTLSSecret: ''
tls:
cert: ""
key: ""
cert: ''
key: ''
defaultSANList: []
defaultIPList: []
replicaCount: 1
Expand All @@ -112,15 +112,15 @@ authorize:
podAnnotations: {}
serviceAccount:
annotations: {}
nameOverride: ""
nameOverride: ''

databroker:
fullnameOverride: ""
nameOverride: ""
existingTLSSecret: ""
fullnameOverride: ''
nameOverride: ''
existingTLSSecret: ''
tls:
cert: ""
key: ""
cert: ''
key: ''
defaultSANList: []
defaultIPList: []
replicaCount: 1
Expand All @@ -137,25 +137,25 @@ databroker:
podAnnotations: {}
serviceAccount:
annotations: {}
nameOverride: ""
nameOverride: ''
storage:
type: "memory"
connectionString: ""
type: 'memory'
connectionString: ''
tlsSkipVerify: false
clientTLS:
existingSecretName: ""
existingCASecretKey: ""
cert: ""
key: ""
ca: ""
existingSecretName: ''
existingCASecretKey: ''
cert: ''
key: ''
ca: ''

proxy:
fullnameOverride: ""
nameOverride: ""
existingTLSSecret: ""
fullnameOverride: ''
nameOverride: ''
existingTLSSecret: ''
tls:
cert: ""
key: ""
cert: ''
key: ''
defaultSANList: []
defaultIPList: []
replicaCount: 1
Expand All @@ -168,27 +168,27 @@ proxy:
pdb:
enabled: false
minAvailable: 1
authenticateServiceUrl: ""
authorizeInternalUrl: ""
authenticateServiceUrl: ''
authorizeInternalUrl: ''
service:
annotations: {}
nodePort: ""
type: ""
nodePort: ''
type: ''
externalIPs: []
deployment:
annotations: {}
extraEnv: {}
podAnnotations: {}
serviceAccount:
annotations: {}
nameOverride: ""
nameOverride: ''
redirectServer: true

apiProxy:
enabled: false
ingress: true
fullNameOverride: ""
name: "kubernetes"
fullNameOverride: ''
name: 'kubernetes'

ingressController:
enabled: false
Expand All @@ -198,20 +198,20 @@ ingressController:
name: pomerium
controllerName: pomerium.io/ingress-controller
parameters: {}
defaultCertSecret: ""
fullnameOverride: ""
nameOverride: ""
defaultCertSecret: ''
fullnameOverride: ''
nameOverride: ''
image:
repository: "pomerium/ingress-controller"
tag: "sha-c34791e"
repository: 'pomerium/ingress-controller'
tag: 'sha-5294279'
pullPolicy: IfNotPresent
deployment:
annotations: {}
extraEnv: {}
podAnnotations: {}
serviceAccount:
annotations: {}
nameOverride: ""
nameOverride: ''
config:
namespaces: []
ingressClass: pomerium.io/ingress-controller
Expand All @@ -222,31 +222,31 @@ ingressController:
type: ClusterIP

forwardAuth:
name: ""
name: ''
enabled: false
# Will not create an ingress. ForwardAuth is ony accessible as internal service.
internal: false

service:
# externalPort defaults to 80 or 443 depending on config.insecure
externalPort: ""
externalPort: ''
annotations:
{}
# === GKE load balancer tweaks; default on until I can figure out
# how the hell to escape this string from the helm CLI
# cloud.google.com/app-protocols: '{"https":"HTTPS"}'
labels: {}
grpcTrafficPort:
nameOverride: ""
nameOverride: ''
httpTrafficPort:
nameOverride: ""
nameOverride: ''

ingress:
secretName: ""
secretName: ''
secret:
name: "pomerium-tls"
cert: ""
key: ""
name: 'pomerium-tls'
cert: ''
key: ''
tls:
hosts: []
enabled: true
Expand Down Expand Up @@ -275,7 +275,7 @@ resources:
# cpu: 100m
# memory: 300Mi

priorityClassName: ""
priorityClassName: ''

# Affinity for pod assignment
# Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
Expand Down Expand Up @@ -303,11 +303,11 @@ extraVolumeMounts: []
extraTLSSecrets: []

annotations: {}
imagePullSecrets: ""
imagePullSecrets: ''

image:
repository: "pomerium/pomerium"
tag: "v0.18.0"
repository: 'pomerium/pomerium'
tag: 'v0.18.0'
pullPolicy: IfNotPresent

metrics:
Expand All @@ -316,15 +316,15 @@ metrics:

tracing:
enabled: false
provider: ""
provider: ''
debug: false
jaeger:
collector_endpoint: ""
agent_endpoint: ""
collector_endpoint: ''
agent_endpoint: ''

serviceMonitor:
enabled: false
namespace: ""
namespace: ''
labels:
release: prometheus

Expand Down

0 comments on commit 81142c1

Please sign in to comment.