Skip to content

Commit

Permalink
Update Traefik (#13)
Browse files Browse the repository at this point in the history
* update traefik helm chart to 10.9.1

* publish new version

* publish new version
  • Loading branch information
samortaylor authored Feb 7, 2022
1 parent 5dff7da commit b03180c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shapeshiftoss/cluster-launcher",
"version": "0.6.9",
"version": "0.7.1",
"license": "MIT",
"main": "dist/index.js",
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/traefik.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class Deployment extends k8s.helm.v3.Chart {
chart: 'traefik',
repo: 'traefik',
namespace: args.namespace,
version: '10.1.2',
version: '10.9.1',
values: {
providers: {
kubernetesIngress: {
Expand Down

0 comments on commit b03180c

Please sign in to comment.