Skip to content

Commit

Permalink
feat(tfa): Bump to 0.3.10 (2.4) (#1502)
Browse files Browse the repository at this point in the history
feat(tfa): Bump to 0.3.10 (2.5) (#1500)

* chore: Update traefik-forward-auth 0.3.9 => 0.3.10

* chore: Move traefik-forward-auth/0.3.9 => 0.3.10

* chore: Update traefik-forward-auth-mgmt 0.3.9 => 0.3.10

* chore: Move traefik-forward-auth-mgmt/0.3.9 => 0.3.10

* fix(tfa): Remove loglevel env as it is now configurable in values and defaulted to warn

* fix(tfa): fixes after cherry-picking

(cherry picked from commit b6f1e5d)

Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
github-actions[bot] and gracedo authored Aug 21, 2023
1 parent 08b6f57 commit 8ff437b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: traefik-forward-auth-mgmt-0.3.9-d2iq-defaults
name: traefik-forward-auth-mgmt-0.3.10-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down Expand Up @@ -51,5 +50,3 @@ data:
deploymentAnnotations:
configmap.reloader.stakater.com/reload: "traefik-forward-auth-mgmt-configmap"
addonsInitializer: "${initializerImage:=mesosphere/kubeaddons-addon-initializer:v0.5.5}"
env:
LOG_LEVEL: warn
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cm.yaml
- cm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
Expand All @@ -19,7 +18,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-staging
namespace: kommander-flux
version: 0.3.8
version: 0.3.10
interval: 15s
install:
crds: CreateReplace
Expand All @@ -32,5 +31,5 @@ spec:
releaseName: traefik-forward-auth-mgmt
valuesFrom:
- kind: ConfigMap
name: traefik-forward-auth-mgmt-0.3.9-d2iq-defaults
name: traefik-forward-auth-mgmt-0.3.10-d2iq-defaults
targetNamespace: ${releaseNamespace}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: traefik-forward-auth-0.3.8-d2iq-defaults
name: traefik-forward-auth-0.3.10-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |-
Expand Down Expand Up @@ -58,5 +58,3 @@ data:
configmap.reloader.stakater.com/reload: "traefik-forward-auth-configmap"
initContainers: null
addonsInitializer: "${initializerImage:=mesosphere/kubeaddons-addon-initializer:v0.5.5}"
env:
LOG_LEVEL: warn
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- cm.yaml
- cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-staging
namespace: kommander-flux
version: 0.3.8
version: 0.3.10
interval: 15s
install:
crds: CreateReplace
Expand All @@ -28,5 +28,5 @@ spec:
releaseName: traefik-forward-auth
valuesFrom:
- kind: ConfigMap
name: traefik-forward-auth-0.3.8-d2iq-defaults
name: traefik-forward-auth-0.3.10-d2iq-defaults
targetNamespace: ${releaseNamespace}

0 comments on commit 8ff437b

Please sign in to comment.