Skip to content

Commit

Permalink
update to robusta image registry
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Aug 10, 2021
1 parent 3b17885 commit 9aaff94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/base/forwarder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: robusta-fluentd-config
- name: kubewatch
# this is a custom version of kubewatch built from https://github.com/aantn/kubewatch
image: us-central1-docker.pkg.dev/arabica-300319/devel/kubewatch:v1.9
image: us-central1-docker.pkg.dev/genuine-flight-317411/devel/kubewatch:v1.9
imagePullPolicy: Always
env:
- name: KW_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion deployment/base/runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: robusta-runner
containers:
- name: runner
image: us-central1-docker.pkg.dev/arabica-300319/devel/robusta-runner
image: us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-runner
imagePullPolicy: Always
securityContext:
privileged: true
Expand Down
4 changes: 2 additions & 2 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: robusta
build:
artifacts:
- image: us-central1-docker.pkg.dev/arabica-300319/devel/robusta-runner
- image: us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-runner
context: src
docker:
dockerfile: Dockerfile
Expand All @@ -31,7 +31,7 @@ profiles:
- name: apple-m1-dev
build:
artifacts:
- image: us-central1-docker.pkg.dev/arabica-300319/devel/robusta-runner
- image: us-central1-docker.pkg.dev/genuine-flight-317411/devel/robusta-runner
context: src
custom:
buildCommand: ./build_on_apple_m1.sh
Expand Down

0 comments on commit 9aaff94

Please sign in to comment.