Skip to content

Update Petclinic and Spring Boot Helm chart references #260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 31, 2025

Conversation

nihussmann
Copy link
Contributor

No description provided.

@nihussmann
Copy link
Contributor Author

we still need to update the petclinic and helm chart ref after they get merged.

@nihussmann nihussmann marked this pull request as draft January 28, 2025 08:10
@@ -386,12 +386,12 @@ class Config {
RepositorySchemaWithRef springBootHelmChart = new RepositorySchemaWithRef(
// Take from env or use default because the Dockerfile provides a local copy of the repo
url: System.getenv('SPRING_BOOT_HELM_CHART_REPO') ?: 'https://github.com/cloudogu/spring-boot-helm-chart.git',
ref: '0.3.2'
ref: 'b6d3bbd'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ref: 'b6d3bbd'
ref: '0.4.0'

@nihussmann nihussmann force-pushed the feature/update-springhelm-petclinic branch 2 times, most recently from dfe69a7 to 92aeb52 Compare January 29, 2025 08:34
@nihussmann nihussmann force-pushed the feature/update-springhelm-petclinic branch from 92aeb52 to bb30fa6 Compare January 31, 2025 10:11
)
@JsonPropertyDescription(SPRING_PETCLINIC_DESCRIPTION)
RepositorySchemaWithRef springPetclinic = new RepositorySchemaWithRef(
url: System.getenv('SPRING_PETCLINIC_REPO') ?: 'https://github.com/cloudogu/spring-petclinic.git',
ref: 'b0e0d18'
ref: 'faf9b7c'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

possible to use tag?

@nihussmann nihussmann marked this pull request as ready for review January 31, 2025 13:18
@ThomasMichael1811 ThomasMichael1811 merged commit 93e038d into main Jan 31, 2025
1 check passed
@ThomasMichael1811 ThomasMichael1811 deleted the feature/update-springhelm-petclinic branch January 31, 2025 13:36
@schnatterer schnatterer changed the title feat: updates Petclinic and Spring Boot Helm chart references Update Petclinic and Spring Boot Helm chart references Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants