update versions

This commit is contained in:
2025-05-07 18:16:02 +02:00
parent 75079b2a37
commit 23cbe69d3e
6 changed files with 34 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "SonarQube",
"version": "0.0.2-beta",
"version": "0.0.3-beta",
"slug": "sonarqube",
"description": "SonarQube Server helps you comply with common code security standards, such as the NIST SSDF, OWASP, CWE, STIG, and CASA.",
"arch": ["amd64", "armv7", "aarch64"],
@@ -11,7 +11,6 @@
"options": {
"data_path": "/share/sonarqube/data",
"extensions_path": "/share/sonarqube/extensions",
"ui_port": 9000,
"jdbc_url": "jdbc:postgresql://sonarqube_db:5432/sonar",
"jdbc_username": "",
"jdbc_password": "",
@@ -20,7 +19,6 @@
"schema": {
"data_path": "str",
"extensions_path": "str",
"ui_port": "int",
"jdbc_url": "str",
"jdbc_username": "str",
"jdbc_password": "str",