Skip to content

Commit

Permalink
chore(Matomo): change app version to 4.14.1
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <pmig@glasskube.eu>
  • Loading branch information
pmig committed Mar 26, 2023
1 parent ab38c51 commit cfc7bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import io.javaoperatorsdk.operator.processing.dependent.kubernetes.KubernetesDep
class MatomoDeployment : CRUDKubernetesDependentResource<Deployment, Matomo>(Deployment::class.java) {

private companion object {
private const val matomoImage = "glasskube/matomo:4.13.3"
private const val matomoImage = "glasskube/matomo:4.14.1"
private const val wwwDataVolumeName = "www-data"
private const val matomoConfigurationVolumeName = "matomo-configuration"
private const val installJson = "install.json"
Expand Down

0 comments on commit cfc7bf1

Please sign in to comment.