Skip to content

Commit

Permalink
Merge pull request #899 from wazuh/enhancement/897-change-image-tag
Browse files Browse the repository at this point in the history
Changed image tag for 4.10.0-beta1
  • Loading branch information
Enaraque authored Nov 22, 2024
2 parents 19ddf08 + 8ea701a commit e876b68
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.10.0'
image: 'wazuh/wazuh-dashboard:4.10.0-beta1'
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.10.0'
image: 'wazuh/wazuh-indexer:4.10.0-beta1'
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.10.0'
image: 'wazuh/wazuh-manager:4.10.0-beta1'
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 @@ -48,7 +48,7 @@ spec:
fsGroup: 101
containers:
- name: wazuh-manager
image: 'wazuh/wazuh-manager:4.10.0'
image: 'wazuh/wazuh-manager:4.10.0-beta1'
resources:
limits:
cpu: 400m
Expand Down

0 comments on commit e876b68

Please sign in to comment.