Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
viovanov committed Oct 2, 2020
2 parents 263427c + 64f0b73 commit ad2531f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions chart/config/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:
uaa:
# Added via ops in assets/operations/instance_groups/uaa.yaml
cf-cli-7-linux:
condition: 'features.credhub.enabled'
processes: [uaa-internal-security-group-setup]

# additional tests defined in ops files; only smoke-tests is in cf-deployment
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ binaries:
# Additional files we need to download; see http_file() invocation in WORKSPACE.
external_files:
cf_operator:
sha256: 5aa346b377bb37c83a0011180f512463d977ea21446e9c3082ecb206ca39b15a
sha256: 5805ddfe34d626f3b068abc0d1f897ec756269308e6a5d2aedf212378500c220
url: https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-{version}.tgz
version: 6.1.7%2B0.g4d918d1f
version: 6.1.8%2B0.g2821133a
kube_dashboard:
sha256: f849252870818a2971dfc3c4f8a8c5f58a57606bc2b5f221d7ab693e1d1190e0
url: https://raw.githubusercontent.com/kubernetes/dashboard/{version}/aio/deploy/recommended.yaml
Expand Down
2 changes: 1 addition & 1 deletion scripts/cf-operator-delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ kubectl delete --ignore-not-found clusterrole cf-operator-quarks-job-cluster
kubectl delete --ignore-not-found clusterrole cf-operator-cluster
kubectl delete --ignore-not-found clusterrolebinding cf-operator-quarks-job-cluster
kubectl delete --ignore-not-found clusterrolebinding cf-operator-cluster
kubectl delete --ignore-not-foundcrd boshdeployments.quarks.cloudfoundry.org
kubectl delete --ignore-not-found crd boshdeployments.quarks.cloudfoundry.org
kubectl delete --ignore-not-found crd quarksjobs.quarks.cloudfoundry.org
kubectl delete --ignore-not-found crd quarkssecrets.quarks.cloudfoundry.org
kubectl delete --ignore-not-found crd quarksstatefulsets.quarks.cloudfoundry.org

0 comments on commit ad2531f

Please sign in to comment.