Skip to content

Commit

Permalink
Merge pull request #856 from wazuh/enhancement/853-revert-image-tag
Browse files Browse the repository at this point in the history
Revert image tag for 4.9.1-rc4
  • Loading branch information
teddytpc1 authored Oct 15, 2024
2 parents 04629a0 + ff825e5 commit 91eddcc
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.1-rc4'
image: 'wazuh/wazuh-dashboard:4.9.1'
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.1-rc4'
image: 'wazuh/wazuh-indexer:4.9.1'
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.1-rc4'
image: 'wazuh/wazuh-manager:4.9.1'
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.1-rc4'
image: 'wazuh/wazuh-manager:4.9.1'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit 91eddcc

Please sign in to comment.