Skip to content

Commit 0eb2066

Browse files
sync: fix: deploy to staging from PR
Source-Commit: 02e9f4c34aeb6b9f9f8aa7d9884f8704c2c54294 Source-Ref: refs/heads/release/3.4
1 parent 9676d11 commit 0eb2066

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

charts/platforma/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: platforma
33
description: Platforma - Bioinformatics platform for Kubernetes
44
type: application
5-
version: 3.3.10
6-
appVersion: "3.3.10"
5+
version: 3.4.1
6+
appVersion: "3.4.1"
77
kubeVersion: ">=1.31.0-0"
88

99
keywords:

infrastructure/aws/cloudformation-eks-1-35.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ Mappings:
535535
EKS:
536536
Version: "1.35"
537537
Platforma:
538-
Version: "3.3.10"
538+
Version: "3.4.1"
539539

540540
# Kueue ClusterQueue quotas and node group MaxSize per deployment size.
541541
# Quotas are derived from pool sizes (worst case: all jobs are max size).
@@ -1708,11 +1708,11 @@ Resources:
17081708
- Key: platforma
17091709
Value: !Ref ClusterName
17101710

1711-
SystemNodeGroupV4:
1711+
SystemNodeGroupV3:
17121712
Type: AWS::EKS::Nodegroup
17131713
Properties:
17141714
ClusterName: !Ref EksCluster
1715-
NodegroupName: system-v4
1715+
NodegroupName: system-v3
17161716
Version: !FindInMap [Constants, EKS, Version]
17171717
NodeRole: !GetAtt NodeGroupRole.Arn
17181718
InstanceTypes:
@@ -2227,7 +2227,7 @@ Resources:
22272227

22282228
CoreDnsAddon:
22292229
Type: AWS::EKS::Addon
2230-
DependsOn: SystemNodeGroupV4
2230+
DependsOn: SystemNodeGroupV3
22312231
Properties:
22322232
ClusterName: !Ref EksCluster
22332233
AddonName: coredns
@@ -2236,10 +2236,10 @@ Resources:
22362236
- Key: platforma
22372237
Value: !Ref ClusterName
22382238

2239-
# CSI drivers (DependsOn: SystemNodeGroupV4 for running pods)
2239+
# CSI drivers (DependsOn: SystemNodeGroupV3 for running pods)
22402240
EbsCsiAddon:
22412241
Type: AWS::EKS::Addon
2242-
DependsOn: SystemNodeGroupV4
2242+
DependsOn: SystemNodeGroupV3
22432243
Properties:
22442244
ClusterName: !Ref EksCluster
22452245
AddonName: aws-ebs-csi-driver
@@ -2251,7 +2251,7 @@ Resources:
22512251

22522252
EfsCsiAddon:
22532253
Type: AWS::EKS::Addon
2254-
DependsOn: SystemNodeGroupV4
2254+
DependsOn: SystemNodeGroupV3
22552255
Properties:
22562256
ClusterName: !Ref EksCluster
22572257
AddonName: aws-efs-csi-driver

0 commit comments

Comments
 (0)