Skip to content

Commit

Permalink
Update template versions (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Nov 9, 2021
1 parent 0907126 commit be5b6fc
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion predefined-services/backend/django/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{
"text": "Which Django version do you want to use?",
"type": 2,
"defaultValue": "3.2.8",
"defaultValue": "3.2.9",
"variable": "DJANGO_VERSION"
},
{
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/nexus/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of Nexus do you want to use?",
"type": 2,
"defaultValue": "3.35.0",
"defaultValue": "3.36.0",
"variable": "NEXUS_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/pi-hole/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
{
"text": "Which version of Pi-hole do you want to use?",
"type": 2,
"defaultValue": "latest",
"defaultValue": "2021.10.1",
"variable": "PI_HOLE_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/prometheus/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of Prometheus do you want to use?",
"type": 2,
"defaultValue": "2.30.3",
"defaultValue": "2.31.1",
"variable": "PROMETHEUS_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/backend/rocket/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"text": "Which version of Rust do you want to use?",
"type": 2,
"defaultValue": "1.55",
"defaultValue": "1.56",
"variable": "ROCKET_RUST_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/database/influxdb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{
"text": "Which InfluxDB version do you want to use?",
"type": 2,
"defaultValue": "2.0",
"defaultValue": "2.1",
"variable": "INFLUXDB_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/database/questdb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{
"text": "Which QuestDB version do you want to use?",
"type": 2,
"defaultValue": "6.0.5",
"defaultValue": "6.1",
"variable": "QUESTDB_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/database/scylladb/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
"text": "Which ScyllaDB version do you want to use?",
"type": 2,
"defaultValue": "4.5.0",
"defaultValue": "4.5.1",
"variable": "SCYLLADB_VERSION",
"advanced": true
},
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/gitlab/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"text": "Which version of GitLab do you want to use?",
"type": 2,
"defaultValue": "14.3.3",
"defaultValue": "14.4.2",
"variable": "GITLAB_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/grafana/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of Grafana do you want to use?",
"type": 2,
"defaultValue": "8.2.2",
"defaultValue": "8.2.3",
"variable": "GRAFANA_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/jupyter/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{
"text": "Which version of Jupyter do you want to use?",
"type": 2,
"defaultValue": "6.4.4",
"defaultValue": "6.4.5",
"variable": "JUPYTER_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/uptime-kuma/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of Uptime Kuma do you want to use?",
"type": 2,
"defaultValue": "1.9.1",
"defaultValue": "1.10.1",
"variable": "UPTIME_KUMA_VERSION"
}
],
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/frontend/youtrack/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{
"text": "Which version of YouTack do you want to use (latest not available)?",
"type": 2,
"defaultValue": "2021.3.30245",
"defaultValue": "2021.4.31698",
"variable": "YOUTRACK_VERSION",
"advanced": true
}
Expand Down
2 changes: 1 addition & 1 deletion predefined-services/proxy/traefik/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"text": "Which version of of Traefik Proxy do you want to use?",
"defaultValue": "2.5.3",
"defaultValue": "2.5.4",
"type": 2,
"variable": "TRAEFIK_PROXY_VERSION",
"advanced": true
Expand Down

0 comments on commit be5b6fc

Please sign in to comment.