Skip to content

Commit

Permalink
Merge pull request #806 from wazuh/enhancement/804-change-image-tag
Browse files Browse the repository at this point in the history
Changed image tag for 4.9.0-rc2
  • Loading branch information
davidcr01 authored Aug 30, 2024
2 parents 5362725 + 79f5bff commit b89d5a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion wazuh/indexer_stack/wazuh-dashboard/dashboard-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
secretName: dashboard-certs
containers:
- name: wazuh-dashboard
image: 'wazuh/wazuh-dashboard:4.9.0'
image: 'wazuh/wazuh-dashboard:4.9.0-rc2'
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/indexer_stack/wazuh-indexer/cluster/indexer-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
privileged: true
containers:
- name: wazuh-indexer
image: 'wazuh/wazuh-indexer:4.9.0'
image: 'wazuh/wazuh-indexer:4.9.0-rc2'
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/wazuh_managers/wazuh-master-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
fsGroup: 101
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:4.9.0'
image: 'wazuh/wazuh-manager:4.9.0-rc2'
resources:
limits:
cpu: 400m
Expand Down
2 changes: 1 addition & 1 deletion wazuh/wazuh_managers/wazuh-worker-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
fsGroup: 101
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:4.9.0'
image: 'wazuh/wazuh-manager:4.9.0-rc2'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit b89d5a7

Please sign in to comment.