Skip to content

Commit

Permalink
Bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
adriananeci committed Aug 29, 2024
1 parent 6742a79 commit d8ff418
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/k8s-shredder/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ maintainers:
email: [email protected]
url: https://adobe.com

version: 0.1.0
version: 0.1.1
appVersion: v0.2.1
13 changes: 12 additions & 1 deletion internal/testing/test_apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,18 @@ spec:
labels:
app: test-app-argo-rollout
spec:
terminationGracePeriodSeconds: 10
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchExpressions:
- key: app
operator: In
values:
- test-app-argo-rollout
topologyKey: kubernetes.io/hostname
containers:
- name: test-app-argo-rollout
image: aaneci/canary
Expand Down

0 comments on commit d8ff418

Please sign in to comment.