Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
serviceAccountName: sloth
containers:
- name: sloth
image: ghcr.io/slok/sloth:v0.11.0
image: 199765120567.dkr.ecr.us-west-2.amazonaws.com/ghcr.io/slok/sloth:v0.11.0@sha256:b45240f284201e1ef647d9a7b466a0ebb6057f53be555d17318ef2495b54bd16
args:
- kubernetes-controller
- --sli-plugins-path=/plugins
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/sloth/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
labels: {}

image:
repository: ghcr.io/slok/sloth
tag: v0.11.0
repository: 199765120567.dkr.ecr.us-west-2.amazonaws.com/ghcr.io/slok/sloth
tag: v0.11.0@sha256:b45240f284201e1ef647d9a7b466a0ebb6057f53be555d17318ef2495b54bd16

# -- Container resources: requests and limits for CPU, Memory
resources:
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/raw/sloth-with-common-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
serviceAccountName: sloth
containers:
- name: sloth
image: ghcr.io/slok/sloth:v0.11.0
image: 199765120567.dkr.ecr.us-west-2.amazonaws.com/ghcr.io/slok/sloth:v0.11.0@sha256:b45240f284201e1ef647d9a7b466a0ebb6057f53be555d17318ef2495b54bd16
args:
- kubernetes-controller
- --sli-plugins-path=/plugins
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/raw/sloth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ spec:
serviceAccountName: sloth
containers:
- name: sloth
image: ghcr.io/slok/sloth:v0.11.0
image: 199765120567.dkr.ecr.us-west-2.amazonaws.com/ghcr.io/slok/sloth:v0.11.0@sha256:b45240f284201e1ef647d9a7b466a0ebb6057f53be555d17318ef2495b54bd16
args:
- kubernetes-controller
ports:
Expand Down
Loading