Skip to content

Commit 5728c8c

Browse files
authored
Prepare release v1.1.0 (#3)
1 parent b1af3cd commit 5728c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kubectl -n monitoring create secret generic ambient-exporter \
3838
--from-literal=AMBIENT_APP_KEY=${AMBIENT_APP_KEY}
3939

4040
# Using tagged manifests
41-
kubectl kustomize "https://github.com/ianunruh/ambient-exporter.git/deploy/basic?ref=v1.0.1" | \
41+
kubectl kustomize "https://github.com/ianunruh/ambient-exporter.git/deploy/basic?ref=v1.1.0" | \
4242
kubectl apply -n monitoring -f-
4343

4444
# Using local manifests

deploy/basic/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ spec:
77
spec:
88
containers:
99
- name: server
10-
image: ghcr.io/ianunruh/ambient-exporter:v1.0.0
10+
image: ghcr.io/ianunruh/ambient-exporter:v1.1.0
1111
envFrom:
1212
- secretRef:
1313
name: ambient-exporter

0 commit comments

Comments
 (0)