Skip to content

Commit

Permalink
BGD-5552 (#220)
Browse files Browse the repository at this point in the history
- bump bigdata-operator version
 - increase memory request

Co-authored-by: Alex Tarasov <[email protected]>
  • Loading branch information
alextarasov-spot and Alex Tarasov authored Jul 31, 2024
1 parent b90d607 commit 7254cb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/bigdata-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bigdata-operator
description: Spot Ocean BigData Operator
type: application
version: 0.4.20
appVersion: 0.4.17
version: 0.4.21
appVersion: 0.4.18
home: https://github.com/spotinst/charts
icon: https://docs.spot.io/_media/images/spot_mark.png
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/bigdata-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
repository: public.ecr.aws/f4k1p1n4/bigdata-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: 0.4.17-a2ce3ec6
tag: 0.4.18-acda714b

imagePullSecrets: []

Expand Down Expand Up @@ -55,10 +55,10 @@ telemetry:
resources:
limits:
cpu: 500m
memory: 500Mi
memory: 1000Mi
requests:
cpu: 500m
memory: 500Mi
memory: 1000Mi

nodeSelector: {}

Expand Down

0 comments on commit 7254cb8

Please sign in to comment.