Skip to content

Commit

Permalink
chore(deps): update helm release contour to v19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 288e4e6 commit af12dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/utils/reverse-proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { ContourValues } from './contour.types';
import { helmChart } from './helm';

// prettier-ignore
export const CONTOUR_CHART = helmChart('https://charts.bitnami.com/bitnami', 'contour', '18.2.11');
export const CONTOUR_CHART = helmChart('https://charts.bitnami.com/bitnami', 'contour', '19.0.3');

export class Proxy {
private lbService: Output<k8s.core.v1.Service> | null = null;
Expand Down

0 comments on commit af12dbe

Please sign in to comment.