Skip to content

Commit

Permalink
Updated to latest GraphDB 10.7.5
Browse files Browse the repository at this point in the history
- Updated the Terraform do deploy the latest version of the VM image
- Updated the blueprints as well
- Bumped the module to 0.1.1
  • Loading branch information
mihailradkov committed Oct 14, 2024
1 parent 14a6159 commit 32544e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

## 0.1.1

- Updated to GraphDB [10.7.5](https://graphdb.ontotext.com/documentation/10.7/release-notes.html#graphdb-10-7-5)

## 0.1.0

* Initial version for GraphDB GCP module
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
- name: source_image
description: Defines the VM image passed from the GCP Marketplace
varType: string
defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-10-7-3-202409031355
defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243
- name: zone
description: The zone where the VM will be created
varType: string
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ variable "source_image" {
type = string
# Set the default value to your image. Marketplace will overwrite this value
# to a Marketplace owned image on publishing the product
default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-3-202409031355"
default = "projects/graphdb-public/global/images/ontotext-graphdb-10-7-5-202410111243"
}

variable "goog_cm_deployment_name" {
Expand Down

0 comments on commit 32544e1

Please sign in to comment.