There was an error while loading. Please reload this page.
1 parent 62af54b commit f4819c7Copy full SHA for f4819c7
2 files changed
charts/envoy-router/Chart.yaml
@@ -3,4 +3,4 @@ name: envoy-router
3
description: Operator that dynamically manages HTTPRoutes for labelled pods via Envoy Gateway
4
type: application
5
version: 0.1.0
6
-appVersion: "latest"
+appVersion: "0.1.0"
charts/envoy-router/values.yaml
@@ -2,7 +2,7 @@ replicaCount: 1
2
image:
repository: ghcr.io/comet-ml/envoy-router
- tag: latest
+ tag: ""
pullPolicy: IfNotPresent
7
8
serviceAccount:
0 commit comments