Skip to content

Commit b02060e

Browse files
chore: fix release scripts and steps (#243)
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
1 parent 6343787 commit b02060e

File tree

7 files changed

+180
-188
lines changed

7 files changed

+180
-188
lines changed

components/centraldashboard-angular/manifests/kustomize/base/kustomization.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ kind: Kustomization
44
namespace: kubeflow
55

66
resources:
7-
- clusterrole-binding.yaml
8-
- clusterrole.yaml
9-
- deployment.yaml
10-
- role-binding.yaml
11-
- role.yaml
12-
- service-account.yaml
13-
- service.yaml
14-
- configmap.yaml
7+
- clusterrole-binding.yaml
8+
- clusterrole.yaml
9+
- deployment.yaml
10+
- role-binding.yaml
11+
- role.yaml
12+
- service-account.yaml
13+
- service.yaml
14+
- configmap.yaml
1515

1616
images:
17-
- name: dashboard-angular
18-
newName: ghcr.io/kubeflow/dashboard/dashboard-angular
19-
newTag: latest
17+
- name: dashboard-angular
18+
newName: ghcr.io/kubeflow/dashboard/dashboard-angular
19+
newTag: latest
2020

2121
configMapGenerator:
22-
- envs:
23-
- params.env
24-
name: dashboard-angular-parameters
22+
- envs:
23+
- params.env
24+
name: dashboard-angular-parameters
2525

2626
labels:
27-
- includeSelectors: true
28-
pairs:
29-
app: kubeflow-dashboard-angular
30-
app.kubernetes.io/component: dashboard-angular
27+
- includeSelectors: true
28+
pairs:
29+
app: kubeflow-dashboard-angular
30+
app.kubernetes.io/component: dashboard-angular

components/centraldashboard/manifests/kustomize/base/kustomization.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ kind: Kustomization
44
namespace: kubeflow
55

66
resources:
7-
- clusterrole-binding.yaml
8-
- clusterrole.yaml
9-
- deployment.yaml
10-
- role-binding.yaml
11-
- role.yaml
12-
- service-account.yaml
13-
- service.yaml
14-
- configmap.yaml
7+
- clusterrole-binding.yaml
8+
- clusterrole.yaml
9+
- deployment.yaml
10+
- role-binding.yaml
11+
- role.yaml
12+
- service-account.yaml
13+
- service.yaml
14+
- configmap.yaml
1515

1616
images:
17-
- name: dashboard
18-
newName: ghcr.io/kubeflow/dashboard/dashboard
19-
newTag: latest
17+
- name: dashboard
18+
newName: ghcr.io/kubeflow/dashboard/dashboard
19+
newTag: latest
2020

2121
configMapGenerator:
22-
- envs:
23-
- params.env
24-
name: dashboard-parameters
22+
- envs:
23+
- params.env
24+
name: dashboard-parameters
2525

2626
labels:
27-
- includeSelectors: true
28-
pairs:
29-
app: kubeflow-dashboard
30-
app.kubernetes.io/component: dashboard
27+
- includeSelectors: true
28+
pairs:
29+
app: kubeflow-dashboard
30+
app.kubernetes.io/component: dashboard

components/poddefaults-webhooks/manifests/kustomize/base/kustomization.yaml

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -4,69 +4,69 @@ kind: Kustomization
44
namespace: kubeflow
55

66
resources:
7-
- crd.yaml
8-
- deployment.yaml
9-
- mutating-webhook-configuration.yaml
10-
- role.yaml
11-
- role_binding.yaml
12-
- service-account.yaml
13-
- service.yaml
14-
- user_cluster_roles.yaml
7+
- crd.yaml
8+
- deployment.yaml
9+
- mutating-webhook-configuration.yaml
10+
- role.yaml
11+
- role_binding.yaml
12+
- service-account.yaml
13+
- service.yaml
14+
- user_cluster_roles.yaml
1515

1616
images:
17-
- name: poddefaults-webhook
18-
newName: ghcr.io/kubeflow/dashboard/poddefaults-webhook
19-
newTag: latest
17+
- name: poddefaults-webhook
18+
newName: ghcr.io/kubeflow/dashboard/poddefaults-webhook
19+
newTag: latest
2020

2121
configurations:
22-
- params.yaml
22+
- params.yaml
2323

2424
labels:
25-
- includeSelectors: true
26-
pairs:
27-
app: poddefaults
28-
app.kubernetes.io/component: poddefaults
25+
- includeSelectors: true
26+
pairs:
27+
app: poddefaults
28+
app.kubernetes.io/component: poddefaults
2929

3030
replacements:
31-
- source:
32-
fieldPath: metadata.namespace
33-
kind: Service
34-
name: poddefaults-webhook-service
31+
- source:
32+
fieldPath: metadata.namespace
33+
kind: Service
34+
name: poddefaults-webhook-service
35+
version: v1
36+
targets:
37+
- fieldPaths:
38+
- webhooks.0.clientConfig.service.namespace
39+
select:
40+
group: admissionregistration.k8s.io
41+
kind: MutatingWebhookConfiguration
42+
name: poddefaults-webhook-mutating-webhook-configuration
3543
version: v1
36-
targets:
37-
- fieldPaths:
38-
- webhooks.0.clientConfig.service.namespace
39-
select:
40-
group: admissionregistration.k8s.io
41-
kind: MutatingWebhookConfiguration
42-
name: poddefaults-webhook-mutating-webhook-configuration
43-
version: v1
44-
- source:
45-
fieldPath: metadata.name
46-
kind: Service
47-
name: poddefaults-webhook-service
44+
- source:
45+
fieldPath: metadata.name
46+
kind: Service
47+
name: poddefaults-webhook-service
48+
version: v1
49+
targets:
50+
- fieldPaths:
51+
- webhooks.0.clientConfig.service.name
52+
select:
53+
group: admissionregistration.k8s.io
54+
kind: MutatingWebhookConfiguration
55+
name: poddefaults-webhook-mutating-webhook-configuration
4856
version: v1
49-
targets:
50-
- fieldPaths:
51-
- webhooks.0.clientConfig.service.name
52-
select:
53-
group: admissionregistration.k8s.io
54-
kind: MutatingWebhookConfiguration
55-
name: poddefaults-webhook-mutating-webhook-configuration
56-
version: v1
57-
- source:
58-
fieldPath: metadata.name
59-
group: apps
60-
kind: Deployment
61-
name: poddefaults-webhook-deployment
57+
- source:
58+
fieldPath: metadata.name
59+
group: apps
60+
kind: Deployment
61+
name: poddefaults-webhook-deployment
62+
version: v1
63+
targets:
64+
- fieldPaths:
65+
- webhooks.0.name
66+
options:
67+
delimiter: .
68+
select:
69+
group: admissionregistration.k8s.io
70+
kind: MutatingWebhookConfiguration
71+
name: poddefaults-webhook-mutating-webhook-configuration
6272
version: v1
63-
targets:
64-
- fieldPaths:
65-
- webhooks.0.name
66-
options:
67-
delimiter: .
68-
select:
69-
group: admissionregistration.k8s.io
70-
kind: MutatingWebhookConfiguration
71-
name: poddefaults-webhook-mutating-webhook-configuration
72-
version: v1

components/profile-controller/manifests/kustomize/base/manager/kustomization.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- leader_election_role.yaml
6-
- leader_election_role_binding.yaml
7-
- manager.yaml
8-
- namespace.yaml
9-
- role_binding.yaml
10-
- service_account.yaml
11-
- user_cluster_roles.yaml
5+
- leader_election_role.yaml
6+
- leader_election_role_binding.yaml
7+
- manager.yaml
8+
- namespace.yaml
9+
- role_binding.yaml
10+
- service_account.yaml
11+
- user_cluster_roles.yaml
1212

1313
labels:
14-
- includeSelectors: true
15-
pairs:
16-
app: profile-controller
17-
app.kubernetes.io/component: controller-manager
14+
- includeSelectors: true
15+
pairs:
16+
app: profile-controller
17+
app.kubernetes.io/component: controller-manager
1818

1919
configMapGenerator:
20-
- name: profiles-config
21-
envs:
22-
- params.env
20+
- name: profiles-config
21+
envs:
22+
- params.env
2323

24-
- name: profiles-namespace-labels-data
25-
files:
26-
- namespace-labels.yaml
24+
- name: profiles-namespace-labels-data
25+
files:
26+
- namespace-labels.yaml
2727

2828
images:
29-
- name: profile-controller
30-
newName: ghcr.io/kubeflow/dashboard/profile-controller
31-
newTag: latest
29+
- name: profile-controller
30+
newName: ghcr.io/kubeflow/dashboard/profile-controller
31+
newTag: latest

components/profile-controller/manifests/kustomize/components/kfam/kustomization.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ apiVersion: kustomize.config.k8s.io/v1alpha1
22
kind: Component
33

44
resources:
5-
- service.yaml
5+
- service.yaml
66

77
patches:
8-
- path: manager_kfam_patch.yaml
8+
- path: manager_kfam_patch.yaml
99

1010
images:
11-
- name: access-management
12-
newName: ghcr.io/kubeflow/dashboard/access-management
13-
newTag: latest
11+
- name: access-management
12+
newName: ghcr.io/kubeflow/dashboard/access-management
13+
newTag: latest
1414

1515
labels:
16-
- pairs:
17-
app.kubernetes.io/component: controller-manager
16+
- pairs:
17+
app.kubernetes.io/component: controller-manager

0 commit comments

Comments
 (0)