Skip to content

Commit

Permalink
Prepare release v1.1.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianunruh authored May 31, 2024
1 parent 5728c8c commit 2ec8d5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.1.0" | \
kubectl kustomize "https://github.com/ianunruh/ambient-exporter.git/deploy/basic?ref=v1.1.1" | \
kubectl apply -n monitoring -f-

# Using local manifests
Expand Down
9 changes: 5 additions & 4 deletions 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.1.0
image: ghcr.io/ianunruh/ambient-exporter:v1.1.1
envFrom:
- secretRef:
name: ambient-exporter
Expand All @@ -29,6 +29,7 @@ spec:
add:
- NET_BIND_SERVICE
readOnlyRootFilesystem: true
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000

0 comments on commit 2ec8d5a

Please sign in to comment.