Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ version: 3.6.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "8.10.5"
appVersion: "8.19.1"
2 changes: 1 addition & 1 deletion test/golden/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ metadata:
labels:
app.kubernetes.io/name: ld-relay
app.kubernetes.io/instance: ld-relay-test
app.kubernetes.io/version: "8.10.5"
app.kubernetes.io/version: "8.19.1"
app.kubernetes.io/managed-by: Helm
data:
4 changes: 2 additions & 2 deletions test/golden/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: ld-relay
app.kubernetes.io/instance: ld-relay-test
app.kubernetes.io/version: "8.10.5"
app.kubernetes.io/version: "8.19.1"
app.kubernetes.io/managed-by: Helm
spec:
replicas: 1
Expand Down Expand Up @@ -39,7 +39,7 @@ spec:
name: ld-relay-test-config
securityContext:
{}
image: "launchdarkly/ld-relay:8.10.5"
image: "launchdarkly/ld-relay:8.19.1"
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8030
Expand Down
2 changes: 1 addition & 1 deletion test/golden/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: ld-relay
app.kubernetes.io/instance: ld-relay-test
app.kubernetes.io/version: "8.10.5"
app.kubernetes.io/version: "8.19.1"
app.kubernetes.io/managed-by: Helm
spec:
rules:
Expand Down
2 changes: 1 addition & 1 deletion test/golden/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
labels:
app.kubernetes.io/name: ld-relay
app.kubernetes.io/instance: ld-relay-test
app.kubernetes.io/version: "8.10.5"
app.kubernetes.io/version: "8.19.1"
app.kubernetes.io/managed-by: Helm
spec:
type: ClusterIP
Expand Down
2 changes: 1 addition & 1 deletion test/golden/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ metadata:
labels:
app.kubernetes.io/name: ld-relay
app.kubernetes.io/instance: ld-relay-test
app.kubernetes.io/version: "8.10.5"
app.kubernetes.io/version: "8.19.1"
app.kubernetes.io/managed-by: Helm
Loading