Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
[backport][tfa] clusterStorage disabled by default (#1056)
Browse files Browse the repository at this point in the history
* bump tfa-3.0

* delete upgrade strategy

Required so that the session-key hook will run

* set feature to false on release/4
  • Loading branch information
jr0d authored Apr 15, 2021
1 parent e57de2c commit e1cc4ff
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions addons/traefik-forward-auth/traefik-forward-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ metadata:
name: traefik-forward-auth
namespace: kubeaddons
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "1.0.5-1"
catalog.kubeaddons.mesosphere.io/addon-revision: "2.0.0-1"
helm.kubeaddons.mesosphere.io/upgrade-strategy: '[{"upgradeFrom": "<=1.0.5", "strategy": "delete"}]'
helm2.kubeaddons.mesosphere.io/upgrade-strategy: '[{"upgradeFrom": "<=1.0.5", "strategy": "delete"}]'
spec:
kubernetes:
minSupportedVersion: v1.15.6
Expand All @@ -29,13 +31,13 @@ spec:
chartReference:
chart: traefik-forward-auth
repo: https://mesosphere.github.io/charts/staging
version: 0.2.14
version: 0.3.0
values: |
---
replicaCount: 1
image:
repository: mesosphere/traefik-forward-auth
tag: 2.0.5
tag: 3.0.0
pullPolicy: IfNotPresent
resources:
requests:
Expand Down Expand Up @@ -82,7 +84,7 @@ spec:
initContainers:
# initialize-traefik-forward-auth deploys credentials for use by the proxy
- name: initialize-traefik-forward-auth
image: mesosphere/kubeaddons-addon-initializer:v0.2.9
image: mesosphere/kubeaddons-addon-initializer:v0.5.1
args: ["traefikforwardauth"]
env:
- name: "TFA_CONFIGMAP_NAME"
Expand All @@ -93,3 +95,7 @@ spec:
value: "kubeaddons"
- name: "TFA_INGRESS_SERVICE_NAME"
value: "traefik-kubeaddons"
clusterStorage:
enabled: false
namespace: kubeaddons
addonsInitializer: mesosphere/kubeaddons-addon-initializer:v0.5.1

0 comments on commit e1cc4ff

Please sign in to comment.