Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas committed Oct 21, 2024
1 parent 8ea2aaa commit c25824f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullstack-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ tasks.register<HelmInstallChartTask>("helmInstallSoloChart") {
createNamespace.set(true)
namespace.set("solo-ns")

Check warning on line 44 in fullstack-examples/build.gradle.kts

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

fullstack-examples/build.gradle.kts#L44

Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.
release.set("v0.33.0")

Check warning on line 45 in fullstack-examples/build.gradle.kts

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

fullstack-examples/build.gradle.kts#L45

Multiple occurrences of the same string literal within a single file detected. Prefer extracting the string literal into a property or constant.
chart.set("https://hashgraph.github.io/solo-charts/charts/solo-deployment-0.33.0.tgz")
chart.set("https://hashgraph.github.io/solo-charts/charts/solo-cluster-setup-0.33.0.tgz")
}

tasks.register<HelmUninstallChartTask>("helmUninstallNginxChart") {
Expand Down

0 comments on commit c25824f

Please sign in to comment.