Skip to content

Commit

Permalink
Try fix pull secret issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jul 19, 2023
1 parent b7c1e20 commit 9eeae9e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion control-plane/roles/auditing-meili/defaults/main/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ auditing_meili_persistence:
auditing_meili_registry_enabled: "{{ metal_registry_auth_enabled }}"
auditing_meili_registry_auth:
auths:
https://index.docker.io/v1/:
https://registry-1.docker.io:
username: "{{ metal_registry_auth_user }}"
password: "{{ metal_registry_auth_password }}"
auth: "{{ (metal_registry_auth_user + ':' + metal_registry_auth_password) | b64encode }}"
2 changes: 1 addition & 1 deletion control-plane/roles/ipam-db/defaults/main/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ipam_db_resources:
ipam_db_registry_auth_enabled: "{{ metal_registry_auth_enabled }}"
ipam_db_registry_auth:
auths:
https://index.docker.io/v1/:
https://registry-1.docker.io:
username: "{{ metal_registry_auth_user }}"
password: "{{ metal_registry_auth_password }}"
auth: "{{ (metal_registry_auth_user + ':' + metal_registry_auth_password) | b64encode }}"
2 changes: 1 addition & 1 deletion control-plane/roles/masterdata-db/defaults/main/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ masterdata_db_resources:
masterdata_db_registry_auth_enabled: "{{ metal_registry_auth_enabled }}"
masterdata_db_registry_auth:
auths:
https://index.docker.io/v1/:
https://registry-1.docker.io:
username: "{{ metal_registry_auth_user }}"
password: "{{ metal_registry_auth_password }}"
auth: "{{ (metal_registry_auth_user + ':' + metal_registry_auth_password) | b64encode }}"
2 changes: 1 addition & 1 deletion control-plane/roles/metal-db/defaults/main/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ metal_db_resources:
metal_db_registry_auth_enabled: "{{ metal_registry_auth_enabled }}"
metal_db_registry_auth:
auths:
https://index.docker.io/v1/:
https://registry-1.docker.io:
username: "{{ metal_registry_auth_user }}"
password: "{{ metal_registry_auth_password }}"
auth: "{{ (metal_registry_auth_user + ':' + metal_registry_auth_password) | b64encode }}"
2 changes: 1 addition & 1 deletion control-plane/roles/nsq/defaults/main/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nsq_certs_ca_cert:
nsq_registry_auth_enabled: "{{ metal_registry_auth_enabled }}"
nsq_registry_auth:
auths:
https://index.docker.io/v1/:
https://registry-1.docker.io:
username: "{{ metal_registry_auth_user }}"
password: "{{ metal_registry_auth_password }}"
auth: "{{ (metal_registry_auth_user + ':' + metal_registry_auth_password) | b64encode }}"
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ postgres_resources:
postgres_registry_auth_enabled: "{{ metal_registry_auth_enabled }}"
postgres_registry_auth:
auths:
https://index.docker.io/v1/:
https://registry-1.docker.io:
username: "{{ metal_registry_auth_user }}"
password: "{{ metal_registry_auth_password }}"
auth: "{{ (metal_registry_auth_user + ':' + metal_registry_auth_password) | b64encode }}"
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ rethinkdb_resources:
rethinkdb_registry_auth_enabled: "{{ metal_registry_auth_enabled }}"
rethinkdb_registry_auth:
auths:
https://index.docker.io/v1/:
https://registry-1.docker.io:
username: "{{ metal_registry_auth_user }}"
password: "{{ metal_registry_auth_password }}"
auth: "{{ (metal_registry_auth_user + ':' + metal_registry_auth_password) | b64encode }}"

0 comments on commit 9eeae9e

Please sign in to comment.