Skip to content

Commit

Permalink
Prepare release v1.1.0 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianunruh authored May 31, 2024
1 parent b1af3cd commit 5728c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kubectl -n monitoring create secret generic ambient-exporter \
--from-literal=AMBIENT_APP_KEY=${AMBIENT_APP_KEY}

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

# Using local manifests
Expand Down
2 changes: 1 addition & 1 deletion deploy/basic/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
spec:
containers:
- name: server
image: ghcr.io/ianunruh/ambient-exporter:v1.0.0
image: ghcr.io/ianunruh/ambient-exporter:v1.1.0
envFrom:
- secretRef:
name: ambient-exporter
Expand Down

0 comments on commit 5728c8c

Please sign in to comment.