Skip to content

Commit

Permalink
Merge pull request #752 from wazuh/enhancement/750-chage-image-tag
Browse files Browse the repository at this point in the history
Changed image tag for 4.8.1 RC3
  • Loading branch information
davidcr01 authored Jul 15, 2024
2 parents eee0fb4 + 63122f6 commit a312441
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.8.1'
image: 'wazuh/wazuh-dashboard:4.8.1-rc3'
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.8.1'
image: 'wazuh/wazuh-indexer:4.8.1-rc3'
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.8.1'
image: 'wazuh/wazuh-manager:4.8.1-rc3'
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.8.1'
image: 'wazuh/wazuh-manager:4.8.1-rc3'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit a312441

Please sign in to comment.