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

[release/4][BACKPORT] [auto-bump][chart] traefik-forward-auth-0.3.3 #1316

Merged
merged 3 commits into from
Sep 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions addons/traefik-forward-auth/traefik-forward-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: traefik-forward-auth
namespace: kubeaddons
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "3.1.0-1"
catalog.kubeaddons.mesosphere.io/addon-revision: "3.3.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:
Expand All @@ -31,13 +31,13 @@ spec:
chartReference:
chart: traefik-forward-auth
repo: https://mesosphere.github.io/charts/staging
version: 0.3.1
version: 0.3.3
values: |
---
replicaCount: 1
image:
repository: mesosphere/traefik-forward-auth
tag: 3.0.1
tag: 3.0.2
pullPolicy: IfNotPresent
resources:
requests:
Expand Down