Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 5663f44

Browse files
authored
Update references of epr-staging to production (#3167)
1 parent 4e9f87f commit 5663f44

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.ci/ansible/elastic-stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- { old: 'http://elasticsearch', new: 'http://{{ inventory_hostname }}', path: "{{ e2e_base_dir }}internal/config/compose/profiles/fleet/default/kibana.config.yml" }
4949
- { old: 'http://fleet-server', new: 'http://{{ inventory_hostname }}', path: "{{ e2e_base_dir }}internal/config/compose/profiles/fleet/default/kibana.config.yml" }
5050
- { old: 'http://kibana', new: 'http://{{ inventory_hostname }}', path: "{{ e2e_base_dir }}internal/config/compose/services/elastic-agent/fleet-server/docker-compose.yml" }
51-
- { old: 'http://package-registry:8080', new: 'https://epr-staging.elastic.co', path: "{{ e2e_base_dir }}internal/config/compose/profiles/fleet/default/kibana.config.yml" }
51+
- { old: 'http://package-registry:8080', new: 'https://epr.elastic.co', path: "{{ e2e_base_dir }}internal/config/compose/profiles/fleet/default/kibana.config.yml" }
5252

5353
- name: Start stack without any tag to spin up the stack using Fleet's bootstrapping code
5454
become: True

internal/config/compose/profiles/fleet/default/kibana.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ elasticsearch.username: admin
99
elasticsearch.password: changeme
1010
xpack.monitoring.ui.container.elasticsearch.enabled: true
1111

12-
xpack.fleet.registryUrl: "https://epr-staging.elastic.co"
12+
xpack.fleet.registryUrl: "https://epr.elastic.co"
1313
xpack.fleet.agents.enabled: true
1414
xpack.fleet.agents.elasticsearch.host: "http://elasticsearch:9200"
1515
xpack.fleet.agents.fleet_server.hosts: ["http://fleet-server:8220"]

internal/config/compose/profiles/fleet/preconfigured-policies/kibana.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ elasticsearch.username: admin
99
elasticsearch.password: changeme
1010
xpack.monitoring.ui.container.elasticsearch.enabled: true
1111

12-
xpack.fleet.registryUrl: "https://epr-staging.elastic.co"
12+
xpack.fleet.registryUrl: "https://epr.elastic.co"
1313
xpack.fleet.agents.enabled: true
1414
xpack.fleet.agents.elasticsearch.host: "http://elasticsearch:9200"
1515
xpack.fleet.agents.fleet_server.hosts: ["http://fleet-server:8220"]

internal/config/kubernetes/base/package-registry/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: package-registry
19-
image: docker.elastic.co/package-registry/distribution:staging
19+
image: docker.elastic.co/package-registry/distribution:production
2020
livenessProbe:
2121
tcpSocket:
2222
port: 8080

0 commit comments

Comments
 (0)