Skip to content

Commit c3043cd

Browse files
Graduate to v1 (#6)
1 parent 04f7a31 commit c3043cd

File tree

3 files changed

+11
-22
lines changed

3 files changed

+11
-22
lines changed

.github/workflows/create-gh-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Create Release
16-
uses: SneaksAndData/github-actions/semver_release@v0.1.9
16+
uses: SneaksAndData/github-actions/semver_release@v0.1.11
1717
with:
18-
major_v: 0
18+
major_v: 1
1919
minor_v: 0

.helm/templates/science.sneaksanddata.com_nexusalgorithmtemplates.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: nexusalgorithmtemplates.science.sneaksanddata.com
88
spec:
99
group: science.sneaksanddata.com
@@ -235,7 +235,7 @@ spec:
235235
mappedEnvironmentVariables:
236236
items:
237237
description: EnvFromSource represents the source of a set of
238-
ConfigMaps
238+
ConfigMaps or Secrets
239239
properties:
240240
configMapRef:
241241
description: The ConfigMap to select from
@@ -255,8 +255,8 @@ spec:
255255
type: object
256256
x-kubernetes-map-type: atomic
257257
prefix:
258-
description: An optional identifier to prepend to each key
259-
in the ConfigMap. Must be a C_IDENTIFIER.
258+
description: Optional text to prepend to the name of each
259+
environment variable. Must be a C_IDENTIFIER.
260260
type: string
261261
secretRef:
262262
description: The Secret to select from
@@ -280,8 +280,6 @@ spec:
280280
maximumRetries:
281281
format: int32
282282
type: integer
283-
required:
284-
- environmentVariables
285283
type: object
286284
workgroupRef:
287285
description: NexusAlgorithmWorkgroupRef contains a reference to the
@@ -377,7 +375,8 @@ spec:
377375
type: object
378376
required:
379377
- spec
380-
- status
381378
type: object
382379
served: true
383380
storage: true
381+
subresources:
382+
status: {}

.helm/templates/science.sneaksanddata.com_nexusalgorithmworkgroups.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.17.3
6+
controller-gen.kubebuilder.io/version: v0.18.0
77
name: nexusalgorithmworkgroups.science.sneaksanddata.com
88
spec:
99
group: science.sneaksanddata.com
@@ -325,7 +325,6 @@ spec:
325325
pod labels will be ignored. The default value is empty.
326326
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
327327
Also, matchLabelKeys cannot be set when labelSelector isn't set.
328-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
329328
items:
330329
type: string
331330
type: array
@@ -340,7 +339,6 @@ spec:
340339
pod labels will be ignored. The default value is empty.
341340
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
342341
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
343-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
344342
items:
345343
type: string
346344
type: array
@@ -506,7 +504,6 @@ spec:
506504
pod labels will be ignored. The default value is empty.
507505
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
508506
Also, matchLabelKeys cannot be set when labelSelector isn't set.
509-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
510507
items:
511508
type: string
512509
type: array
@@ -521,7 +518,6 @@ spec:
521518
pod labels will be ignored. The default value is empty.
522519
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
523520
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
524-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
525521
items:
526522
type: string
527523
type: array
@@ -684,7 +680,6 @@ spec:
684680
pod labels will be ignored. The default value is empty.
685681
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
686682
Also, matchLabelKeys cannot be set when labelSelector isn't set.
687-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
688683
items:
689684
type: string
690685
type: array
@@ -699,7 +694,6 @@ spec:
699694
pod labels will be ignored. The default value is empty.
700695
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
701696
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
702-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
703697
items:
704698
type: string
705699
type: array
@@ -865,7 +859,6 @@ spec:
865859
pod labels will be ignored. The default value is empty.
866860
The same key is forbidden to exist in both matchLabelKeys and labelSelector.
867861
Also, matchLabelKeys cannot be set when labelSelector isn't set.
868-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
869862
items:
870863
type: string
871864
type: array
@@ -880,7 +873,6 @@ spec:
880873
pod labels will be ignored. The default value is empty.
881874
The same key is forbidden to exist in both mismatchLabelKeys and labelSelector.
882875
Also, mismatchLabelKeys cannot be set when labelSelector isn't set.
883-
This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
884876
items:
885877
type: string
886878
type: array
@@ -1008,11 +1000,8 @@ spec:
10081000
type: object
10091001
type: array
10101002
required:
1011-
- affinity
1012-
- capabilities
10131003
- cluster
10141004
- description
1015-
- tolerations
10161005
type: object
10171006
status:
10181007
description: NexusAlgorithmWorkgroupStatus is the status for a NexusAlgorithmWorkgroup
@@ -1077,7 +1066,8 @@ spec:
10771066
type: object
10781067
required:
10791068
- spec
1080-
- status
10811069
type: object
10821070
served: true
10831071
storage: true
1072+
subresources:
1073+
status: {}

0 commit comments

Comments
 (0)