Skip to content

Commit

Permalink
Merge pull request #657 from wazuh/rollback-image-version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 authored Apr 25, 2024
2 parents 6b2c479 + 1e3b0cd commit 34de54f
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.7.4-rc2'
image: 'wazuh/wazuh-dashboard:4.7.4'
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.7.4-rc2'
image: 'wazuh/wazuh-indexer:4.7.4'
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.7.4-rc2'
image: 'wazuh/wazuh-manager:4.7.4'
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.7.4-rc2'
image: 'wazuh/wazuh-manager:4.7.4'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit 34de54f

Please sign in to comment.