Skip to content

Commit

Permalink
Merge pull request #9 from Ontotext-AD/Updated-Default-GraphDB-versio…
Browse files Browse the repository at this point in the history
…n-10.8.1

Updated Default GraphDB version to 10.8.1
  • Loading branch information
simonzhekoff authored Dec 2, 2024
2 parents 7134e6e + dfdb31d commit 6886ed8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1

* Updated to GraphDB [10.8.1](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-1)

## 0.2.0

* Updated to GraphDB [10.8.0](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Before you begin using this Terraform module, ensure you meet the following prer

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-8-0-202411131143"` | no |
| source\_image | Defines the VM image passed from the GCP Marketplace | `string` | `"projects/graphdb-public/global/images/ontotext-graphdb-10-8-1-202412020843"` | no |
| goog\_cm\_deployment\_name | Deployment name | `string` | `"graphdb"` | no |
| project\_id | Project in which the VM will be created | `string` | n/a | yes |
| zone | The zone where the VM will be created | `string` | `"us-central1-a"` | no |
Expand Down
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-8-0-202411131143
defaultValue: projects/graphdb-public/global/images/ontotext-graphdb-10-8-1-202412020843
- 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-8-0-202411131143"
default = "projects/graphdb-public/global/images/ontotext-graphdb-10-8-1-202412020843"
}

variable "goog_cm_deployment_name" {
Expand Down

0 comments on commit 6886ed8

Please sign in to comment.