diff --git a/Kptfile b/Kptfile index 57f3f08ba19842d80c6455231ad862031915f727..05b647cabf9ea04c982f67eb2405d8f64e13a96d 100644 --- a/Kptfile +++ b/Kptfile @@ -9,5 +9,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/enterprise - ref: 8.9 + ref: 8.9.1 updateStrategy: resource-merge diff --git a/scripts/Kptfile b/scripts/Kptfile index 7ca6524e5cb9e95c3f1b42cda0c4e43f3c3bada6..a7bc4d9935c276547f04bad3f9c933f1149e6fa3 100644 --- a/scripts/Kptfile +++ b/scripts/Kptfile @@ -5,10 +5,10 @@ metadata: upstream: type: git git: - commit: cccf2b692431e2eca2bb77ab9ae749b2b54ddf6a + commit: 5b555ea57f3d5d03d811d11056d7c0450ec0d59b repo: https://github.com/SonarSource/docker-sonarqube directory: /8/enterprise - ref: "8.6" + ref: 8.9.1 packageMetadata: shortDescription: sample description dependencies: @@ -16,5 +16,5 @@ dependencies: git: repo: https://github.com/SonarSource/docker-sonarqube directory: /8/enterprise - ref: "8.6" + ref: 8.9.1 updateStrategy: resource-merge