Skip to content

Commit 60c8f87

Browse files
authored
remove version pinnings from example
1 parent d84b999 commit 60c8f87

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

examples/full_build.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ packages:
22
- ansible
33
- kubectl
44
- helm
5-
- terraform=1.1.7
5+
- terraform
66
- nomad
77
- consul
88
- docker-ce
@@ -18,33 +18,33 @@ repositories:
1818
entry: https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/6.0 multiverse
1919
binaries:
2020
github:
21-
- remotemobprogramming/mob=linux_amd64=v3.2.0
21+
- remotemobprogramming/mob=linux_amd64
2222
- derailed/k9s=Linux_x86_64
2323
google:
24-
- google-cloud-cli=403.0.0-0
24+
- google-cloud-cli
2525
requirements:
2626
pip:
2727
- packaging
2828
- requests[security]
2929
- xmltodict
30-
- azure-cli-core=2.34.0
31-
- azure-common=1.1.11
30+
- azure-cli-core
31+
- azure-common
3232
- awsume
3333
ansible:
3434
roles:
3535
- t_systems_mms.grafana
3636
collections:
37-
- t_systems_mms.acme=2.3.1
38-
- t_systems_mms.icinga_director=1.28.0
37+
- t_systems_mms.acme
38+
- t_systems_mms.icinga_director
3939
extensions:
4040
az:
41-
- front-door=1.0.15
41+
- front-door
4242
google:
4343
- gsutil
4444
- gke-gcloud-auth-plugin
4545
- kubectl
4646
helm:
47-
- https://github.com/databus23/helm-diff=3.5.0
47+
- https://github.com/databus23/helm-diff
4848
- https://github.com/jkroepke/helm-secrets
4949
profiles:
5050
.vimrc:

0 commit comments

Comments
 (0)