Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workspaces: deploy v0.1.0-alpha7 to production #4649

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resources:
images:
- name: controller
newName: quay.io/konflux-workspaces/workspaces-operator
newTag: v0.1.0-alpha6
newTag: v0.1.0-alpha7
configMapGenerator:
- behavior: replace
literals:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ resources:
- monitor.yaml
- service-account.yaml
- metrics-service.yaml
secretGenerator:
- name: metrics-reader
type: "kubernetes.io/service-account-token"
generatorOptions:
disableNameSuffixHash: true
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ spec:
matchLabels:
control-plane: controller-manager
app.kubernetes.io/component: metrics
---
apiVersion: v1
kind: Secret
metadata:
name: metrics-reader
namespace: system
type: kubernetes.io/service-account-token
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ configMapGenerator:
images:
- name: workspaces/rest-api
newName: quay.io/konflux-workspaces/workspaces-server
newTag: v0.1.0-alpha6
newTag: v0.1.0-alpha7
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ resources:
- route.yaml
images:
- name: quay.io/konflux-workspaces/workspaces-server
newTag: v0.1.0-alpha6
newTag: v0.1.0-alpha7
- name: quay.io/konflux-workspaces/workspaces-operator
newTag: v0.1.0-alpha6
newTag: v0.1.0-alpha7

configMapGenerator:
- behavior: merge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ resources:
- ../../base/
images:
- name: quay.io/konflux-workspaces/workspaces-server
newTag: v0.1.0-alpha6
newTag: v0.1.0-alpha7
- name: quay.io/konflux-workspaces/workspaces-operator
newTag: v0.1.0-alpha6
newTag: v0.1.0-alpha7

configMapGenerator:
- behavior: merge
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ resources:
- ../../base/
images:
- name: quay.io/konflux-workspaces/workspaces-server
newTag: v0.1.0-alpha6
newTag: v0.1.0-alpha7
- name: quay.io/konflux-workspaces/workspaces-operator
newTag: v0.1.0-alpha6
newTag: v0.1.0-alpha7

configMapGenerator:
- behavior: merge
Expand Down
5 changes: 0 additions & 5 deletions components/workspaces/staging/base/kustomization.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading