Skip to content

Commit

Permalink
Temporarily remove Service from component kinds list
Browse files Browse the repository at this point in the history
  • Loading branch information
rstefan1 committed Feb 16, 2021
1 parent 5a46e8c commit acb9b42
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ steps:
- name: lint
image: quay.io/presslabs/bfc:0.4
commands:
- helm version
- helm repo add jetstack https://charts.jetstack.io
- helm repo add kubernetes-charts https://kubernetes-charts.storage.googleapis.com
- helm repo add kubernetes-charts https://charts.helm.sh/stable
- make lint
- helm dep build charts/stack

Expand Down
10 changes: 5 additions & 5 deletions charts/stack/requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ dependencies:
repository: https://presslabs.github.io/charts/
version: 0.10.5
- name: nginx-ingress
repository: https://kubernetes-charts.storage.googleapis.com/
version: 1.40.3
repository: https://charts.helm.sh/stable
version: 1.40.0
- name: prometheus-operator
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
version: 9.1.0
- name: git-webhook
repository: file://../git-webhook
version: 0.0.1+master
digest: sha256:578e4e2f2e3be8ae7cc2b55bf232e9592241f73794fe467ed787ed50c0c4cbef
generated: "2020-09-07T09:33:01.038340593+03:00"
digest: sha256:5f52d99c56543322da64b309e0031a0ebd2e534a0c320d80b1f5a416b5acaf44
generated: "2021-02-16T08:40:54.466884345+02:00"
10 changes: 5 additions & 5 deletions charts/stack/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: mysql-operator
repository: https://presslabs.github.io/charts/
version: ~0.4.0
version: 0.4.0
condition: mysql-operator.enabled

- name: wordpress-operator
repository: https://presslabs.github.io/charts/
version: ~0.10.5
version: 0.10.5
condition: wordpress-operator.enabled

- name: nginx-ingress
repository: https://kubernetes-charts.storage.googleapis.com/
version: ~1.40.0
repository: https://charts.helm.sh/stable
version: 1.40.0
condition: nginx-ingress.enabled

- name: prometheus-operator
repository: https://kubernetes-charts.storage.googleapis.com/
repository: https://charts.helm.sh/stable
version: 9.1.0
condition: prometheus-operator.enabled

Expand Down
6 changes: 4 additions & 2 deletions charts/stack/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ spec:
kind: ConfigMap
- group: v1
kind: PersistentVolumeClaim
- group: v1
kind: Service
# temporarily remove Service from component kinds list
# due to: https://github.com/kubernetes-sigs/application/issues/209
# - group: v1
# kind: Service
- group: apps
kind: Deployment
- group: apps
Expand Down

0 comments on commit acb9b42

Please sign in to comment.