Skip to content

Commit

Permalink
EVEREST-1240 update default operator versions for dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Aug 14, 2024
1 parent 09cbec2 commit 23a1a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ config_yaml=read_yaml('config.yaml')
# Vars
everest_namespace = 'everest-system'
everest_monitoring_namespace = 'everest-monitoring'
pxc_operator_version = os.getenv('PXC_OPERATOR_VERSION', '1.13.0')
pxc_operator_version = os.getenv('PXC_OPERATOR_VERSION', '1.14.0')
print('Using PXC operator version: %s' % pxc_operator_version)
psmdb_operator_version = os.getenv('PSMDB_OPERATOR_VERSION', '1.15.0')
print('Using PSMDB operator version: %s' % psmdb_operator_version)
pg_operator_version = os.getenv('PG_OPERATOR_VERSION', '2.3.1')
pg_operator_version = os.getenv('PG_OPERATOR_VERSION', '2.4.1')
print('Using PG operator version: %s' % pg_operator_version)

# External resources set up
Expand Down

0 comments on commit 23a1a55

Please sign in to comment.